Support Vector Machine (SVM) is a supervised machine learning algorithm which can be used for both classification or regression problems. However, it is mostly used in classification problems. In this repo, I'm trying to implement SVM algorithm using scikit-learn library in Python.