How to understand which variables are redundant in a neural network classification problem
1 回表示 (過去 30 日間)
古いコメントを表示
Matteo Soldini
2020 年 2 月 20 日
回答済み: Srivardhan Gadila
2020 年 3 月 4 日
Hi all,
I'm working on a LSTM network and I'm trying to predict if a pump system will fail.
I have a dataset with 50 sensors, that are my input variables, and I would like to reduce the number, so I can streamline the neural net a bit.
I would like to know if there is a function that identifies similarities between the variables, so as to eliminate the redundant ones.
I don't know if a variable represents the humidity or another one represents the temperature, they are indicated only as sensors. For this reason I did normalization on the dataset.
Thanks in advance.
0 件のコメント
採用された回答
Srivardhan Gadila
2020 年 3 月 4 日
One way is to find correlation between the variables. Refer to corr, Correlation and correlation functions in MATLAB.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!