How to do when the inputs ranges for neural network are not so uniform in magnitude ?

3 ビュー (過去 30 日間)
afef
afef 2017 年 6 月 14 日
コメント済み: afef 2017 年 6 月 28 日
Hi,i'm trying to create neural network for classification of EEG signal in which i extacted 9 features that i will use it as inputs for neural network but the problem is that my inputs ranges are not so uniform in magnitude i mean some input can take a very high value numerically compared to other inputs so the big numbers will mask the effect of the smaller numbers. I used the preprocessing function 'mapminmax' but i still have a bad performance so when i do some research i found that i should Transform each input that has always a positive value into logarithm values. Matlab will take these transformed values and apply the normalization to them [-1,1]. For prediction, i should enter not the actual values but the logarithm of the input to the ANN. So i want tp know is this right ? and can i do this transformation of my innputs with matlab?
This how my original input looks like

採用された回答

Greg Heath
Greg Heath 2017 年 6 月 15 日
編集済み: Greg Heath 2017 年 6 月 22 日
Typically, MAPMINMAX only fails when outliers are present.
Try MAPSTD to identify and modify (or delete?) outliers
Hope this helps.
Thank you for formally accepting my answer
Greg
  9 件のコメント
Greg Heath
Greg Heath 2017 年 6 月 27 日
I can't tell with tabulations. I tend to relay on linear and scatter plots.
Greg
afef
afef 2017 年 6 月 28 日
How can i do this linear and scatter plots ?

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by