Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 292 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 292 Bytes

Machine Learning Repository

Concepts from my Graduate level courses

Mosty written using Jupyter Notebook


Algorithm Implementations

  1. KNN - The KNN file knnAlgorithm.py reads from a .arff file, calculates k-means neighbor. It can be adapted to fit any type of data.