/Machine-Learning

Code in Python for my graduate class in ML

Primary LanguageJupyter NotebookMIT LicenseMIT

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.