What is the appropriate Method to normalize inputs data ????

4 ビュー (過去 30 日間)
omar belhaj
omar belhaj 2015 年 3 月 27 日
回答済み: Greg Heath 2015 年 3 月 28 日
I used sigmoidal function as activation function in hidden layer (forecasting issues).who is interval can i choose to normalize my inputs datasets [-1,1] or [0.1,0.9] ?? and how can i do it ?? by default i used these following commands :
net.inputs{1}.processFcns = {'removeconstantrows','mapminmax'};
net.outputs{2}.processFcns = {'removeconstantrows','mapminmax'};

採用された回答

Greg Heath
Greg Heath 2015 年 3 月 28 日
The data is automatically normalized in the training function. You do not have to do anything extra except to make sure that your input and target data don't have any errors or outliers.
As far as outlier detection is concerned, I typically use zscore BEFORE training.
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence 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