As you have probably noticed by now, there are several machine learning algorithms available at your disposal. In my previous post, I covered a very popular classification algorithm called K-Nearest Neighbors. In today’s post, I will cover another very common and powerful classification algorithm called Support Vector Machine (SVM). What is SVM and how does …
Continue reading “Implementing Support Vector Machine (SVM) algorithm in python”