Skip to content

Basic SVM implementation with multiclass SVM option (DAG and '1 vs rest)

Notifications You must be signed in to change notification settings

Mahardika23/multiclass-svm

Repository files navigation

Multiclass SVM from scratch using iris dataset and python3

First of All, u need to install python and pip, for linux distributions run:

sudo apt-get install python3 pip3

for windows, to install python use the provided installer from the official python website. Python

installing pip, follow the tutorial here:

[PIP] (https://pip.pypa.io/en/stable/installing/)

then, install the dependencies:
pip3 install -r requirements.txt

About

Basic SVM implementation with multiclass SVM option (DAG and '1 vs rest)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published