필터 지우기
필터 지우기

Are there features that the input and target values should follow before training in a neural network?

조회 수: 3 (최근 30일)
Even with normalization or mapping in a range [-1,1] before training, I have seen that a good scaling of the data may improve the performance of the neural network. How to define a good scaling for both the input and output data when the range is very large?

채택된 답변

Greg Heath
Greg Heath 2015년 11월 28일
You are creating a problem that doesn't exist.
Pretraining standardization can be used to eliminate or modify outliers. Then you can use either or both standardization and/or normalization.
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by