In this Machine Learning from Scratch Tutorial, we are going to implement a SVM (Support Vector Machine) algorithm using only built-in Python modules and numpy. We will also learn about the concept and the math behind this popular ML algorithm.
The code can be found here:
https://github.com/python-engineer/MLfromscratch
#machine-learning #python #developer #programming