필터 지우기
필터 지우기

Comparing the classification results ?

조회 수: 2 (최근 30일)
Machine Learning Enthusiast
Machine Learning Enthusiast 2017년 7월 17일
댓글: Greg Heath 2017년 7월 18일
I want to compare the result of ANN with some other classifiers such as LDA, SVM , etc. and I am using 10-fold cross validation (9 for training and 1 for testing) for those classifiers. In ANN, the data is divided to three parts (0.6 training 0.2 validation 0.2 testing). How can I evaluate all the methods in the same way. For example 10-fold cross validation for all of them including ANN.

답변 (1개)

Greg Heath
Greg Heath 2017년 7월 18일
If the other classifiers do not use a validation set, then you should not either. In fact you should use the exact same training and testing subsets.
So, change your default 0.7/0.15/0.5 ratio to 0.9/0.0/0.1 and use the exact same data divisions for all classifiers.
The MATLAB default is PATTERNNET (with TRAINSCG).
If NN results are bad, post again.
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 1
Greg Heath
Greg Heath 2017년 7월 18일
CORRECTION:
default trn/val/tst ratios are 0.7/0.15/0.15
Greg

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by