Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 481 Bytes

readme.MD

File metadata and controls

17 lines (9 loc) · 481 Bytes

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