Support Vector Machines- I

Support Vector Machine (SVM): It is a supervised Machine Learning Algorithm. It is used to Classification and Regression model. What is SVM SVM is a Machine Learning algorithm. It creates the best line or decision boundary (Hyper plane) that can separate out n-dimensional space into classes. The decision boundary is used to classify new data. SVM is a type of supervised Learning Algorithm. It requires labeled data (Input and output both) for training. It is used to solve classification and regression problems. When should we use a Support Vector Machine? Support vector machine is used two classify two-dimensional and multidimensional data and also regression model. Decision Boundary: Decision boundary (Line or Plane) plays important role in the classification. Figur...