Support Vector Machine and Math behind it
Support vector machine is a machine learning algorithm used for classification and regression. SVM uses hyperplane to separate data into groups maximizing the distances between the closest points (vectors) for each class (group).
In machine learning,...
unsearchable1.hashnode.dev6 min read