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.
댓글 수: 0
채택된 답변
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 Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!