Does Matlab make an automatic normalization for the input of a network?

49 次查看(过去 30 天)
Hello everyone,
I am using the function feedforwardnet for my problem. The values are in the inputs very small (7.14078e-09) and I am asking myself if Matlab makes automatic normalization for these values, or should I do it by oneself?
If Matlab does this automatically, could you please refer that, where I find it in the documentation.
Thank you in advance

采纳的回答

Sai Bhargav Avula
Sai Bhargav Avula 2019-8-12
编辑:Sai Bhargav Avula 2019-8-12
Most of the neural network creation functions in the toolbox, like feedforwardnet, automatically assign processing functions to the network input and outputs. These are called process functions and can be overridden after the network.
For this case, the feedforwardnet has removeconstantrows and mapminmax as the processing functions. The mapminmax does normalize the input in the range [-1 1] for your data.
For more details refer the following link for input and output process functions.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by