DO i need to process the unit8 data when i use "trainautoencoder" function?

1 次查看(过去 30 天)
I want to use the SAE net to processing my image data. But my data is unit8 format,and should I use "mapminmax" funtion to make the data betwen[-1,1]? Thanks all.

采纳的回答

Massimo Zanetti
Massimo Zanetti 2016-10-9
编辑:Massimo Zanetti 2016-10-9
The trainAutoencoder accepts inputs of type single, double (and cell).
So, just cast your data as double
A=double(A);
and then run the function.
  5 个评论

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by