how is svm working on mnist where we have to classify for more than two objects that is it has to be classified for 0 to 9 so how is it working for more than 2 classifying
Svm classification of more than 2 classes
Hey @S19LPN0163, there are techniques like one vs one and one vs rest which are used in multi-class classification for binary classifiers like SVM, Logistic Regression etc. You can read more about them here
Hope this resolved your doubt. 