Does MATLAB normalizes the input by default when calling 'fitrnet'?
Mostrar comentarios más antiguos
I am using "fitrnet" to construct a neural network model. However, I can not find any documentation about data normalization (mapping data between -1 and 1 or 0 and 1) in fitrnet.
Respuestas (1)
Walter Roberson
el 20 de Mayo de 2023
0 votos
No. It only does that if "Standardize",true is requested. Mathworks recommends using standardize
2 comentarios
ali eftekhar
el 10 de Ag. de 2023
Walter Roberson
el 10 de Ag. de 2023
You are right, the Standardize option does appear to have to do with mean and variance.
When I looked at the code, I did not see any evidence of normalization -- but I might have overlooked it (might perhaps have clicked Step Out too early in the debugger at some point.)
Categorías
Más información sobre Parallel Computing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!