How to determine the best training examples from a dataset for NN training?

1 回表示 (過去 30 日間)
TS Sharma
TS Sharma 2014 年 12 月 21 日
コメント済み: TS Sharma 2014 年 12 月 21 日
Hi!
Neural network classification accuracy is strongly dependent on the choice of training samples. k-fold cross-validation and then averaging does not seem a good option to me. It's sometimes like teaching a kid simple things and taking an exam on the difficult problems. How can one decide the best training samples for training an NN?
Thanks in advance.

採用された回答

Greg Heath
Greg Heath 2014 年 12 月 21 日
There is no standard approach. One of many approaches:
1. Standardize (zscore or mapstd)
2. Remove or modify outliers
3. Obtain multiple training set only designs via newrb and/or patternnet with 'dividetrain'
4. Remove points with more than M number of misclassifications.
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