vamc-stash / Support-Vector-Machines

Implements Linear SVM algorithm from scratch in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support-Vector-Machines

This repo implements Support Vector Machine(SVM) machine learning algorithm from scratch in Python.

Please read this blog that goes with the code.

Installations

# Create and activate new virtual environment (optional)
python -m venv svm-venv
source svm-venv/bin/activate

# To deactivate virtual environment knn
deactivate

# Install requirements
pip install -r requirements.txt

About

Implements Linear SVM algorithm from scratch in python.


Languages

Language:Python 98.6%Language:C 0.8%Language:C++ 0.3%Language:HTML 0.1%Language:JavaScript 0.1%Language:Jupyter Notebook 0.1%Language:Fortran 0.0%Language:CSS 0.0%Language:Shell 0.0%Language:Smarty 0.0%