Support Vector Machine

As we know that any Machine Learning Algorithm or Method can be described using 5 main Questions. What type of Training Data is Used? What Mathematical Function is used? What is Loss Function? How is the Model trained? What Metrics is used for Model Evaluation? As discussed earlier, the classification task of Machine Learning can be done using various methods. We discussed the Logistic Regression in the previous post , in this post we will journey through one of the State-of-the-Art methods for the classification task, Support Vector Machine . SVM's have proved to give some really useful and amazing results on the Unseen Data with high accuracy. Support Vector Machine Let's consider an example: We are given a classification task where our aim is to classify animals into Aquatic animals and Land animals . As Humans, we can complete the task either by #1 . Understanding the feature (like how they breathe, what is their food, what is their habitat, be...