フィルターのクリア

which is the best way to select the input parameters for neural network

2 ビュー (過去 30 日間)
AFAQ AHMAD
AFAQ AHMAD 2015 年 5 月 7 日
回答済み: Greg Heath 2015 年 5 月 11 日
which is the best way to select the input parameters for neural network

回答 (1 件)

Greg Heath
Greg Heath 2015 年 5 月 11 日
It depends on how much time and how many variables you have.
1. Standardize all variables. Then removing a variable is equivalent to replacing all of the values by it's mean value ... zero!
2. Minimize the number of hidden nodes to reduce complexity
3. The quickest way is to use MATLAB's backward stepwise selection routine for a linear model.
4. A more to the point method is to use backward selection with the minimum H net. Then you have several other options to consider
a. Retrain the net after the removal of each variable
b. Reconsider choosing previously removed variables
Hope this helps.
Thank you for formally accepting my answer
Greg

カテゴリ

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