フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
omar belhaj
omar belhaj 2015 年 3 月 12 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I used sigmoidal function as activation function in hidden layer (forecasting issue).which interval can i choose to normalize my inputs data [-1,1] or [0.1,0.9] ?? and how can i do it ?? my commands by default that i used are following :
net.inputs{1}.processFcns = {'removeconstantrows','mapminmax'};
net.outputs{2}.processFcns = {'removeconstantrows','mapminmax'};

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by