Support Vector Machines are supervised learning models which can be used for classification as well as regression problems. For classification, the data is represented as a point in space and the classification is achieved by dividing the points by a hyperplane so that it has the maximum distance from the two classes being separated. The margin of separation is with respect to the vector points […]



