What is Support Vector Machine in machine learning? Urdu/Hindi
How SVM works in ML

Support vector machine is a popular classification algorithm. This tutorial covers some theory first and then goes over python coding to solve iris flower classification problem using svm and sklearn library. We also cover different parameters such as gamma, regularization and how to fine tune svm classifier using these parameters.