Skip to content

Files

Latest commit

1684819 · Oct 14, 2020

History

History

ML Assign 7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 14, 2020
Oct 14, 2020

The folder ML Assign 7 contains the following files :

1) Distance Based Classifiers.ipynb - Jupyter notebook implementation of Different distance based classifiers. Run each cell using shift + enter
2) Distance Based Classifiers.pdf - Jupyter notebook converted to pdf
3) Assign7.py - Distance Based Classifiers.ipynb converted to python file. Execute using python Assign7.py

The folder also contains a IRIS.csv which has the popular iris dataset for training and testing

For installing the libraries run :

pip install numpy, matplotlib, opencv-python, pillow, scikit-learn