100% precision in training set with SVM classifier

1 回表示 (過去 30 日間)
Jose Marques
Jose Marques 2018 年 3 月 12 日
コメント済み: Jose Marques 2018 年 3 月 13 日
Hello! I have a Machine Learning doubt:
I am training a SVM classifier to classify binary images (70x70) in two classes. The dataset has 100 images/class.
In traning and test set the precision is 100%.
This makes me verify again the code and I make another experience: adding noise to the images e classifying again. With random images (100% noise) the precision in the training set was 100% e 50% approx.
The 100% training set precision with 100% noise is possible?
In the graph: Precision on test set
x-axis => noise;
y-axis => accuracy;
blue line => training the SVM classifier with noise
green line => training the SVM classifier without noise
  4 件のコメント
Walter Roberson
Walter Roberson 2018 年 3 月 12 日
You can get 100% accuracy in training of noise if you overfit. If your number of neurons is higher than the number of training datasets then it could potentially "remember" something characteristic of each data set.
Jose Marques
Jose Marques 2018 年 3 月 13 日
It's a SVM but I think the could happen too

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

回答 (0 件)

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by