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

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 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2015 年 11 月 27 日

回答済み:

2015 年 11 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by