Do i have to normalize the input as well as output data while using newff function for neural network?

2 次查看(过去 30 天)
i am using Matlab 7.8.0 (R2009a) version. when i want to use newff function do i need to normalize the data in [-1 1] interval or the function itself normalize the data.

采纳的回答

Greg Heath
Greg Heath 2015-12-28
NEWFF will automatically normalize input and target, then use the target statistics to unnormalize the output.
First run the examples in the command line documentation
help newff
doc newff
then use the other examples obtained from
help nndatasets
doc nndatasets.
Hope this helps.
Thank you for formally accepting my answer
Greg

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by