How am I able to do image classification with a linear classifier that also with an accuracy of > 99%.
Image classification using a linear classifier (SVM Pokemon Project)
Hey @raunaqsingh10, since dataset contains noises in real life, you can’t expect such a high accuracy and specifically from linear classifier. Accuracy above 90% can be expected from svm classifiers.
Hope this cleared your doubt.