gouki510 / ML_beginner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KNN, K-means, Linear regression totally from scratch

folder structure

+-- data         # two data iris.csv and auto-mog.csv
+-- knn          # knn implement
+-- k_means      # k_meas implement and gui
+-- regression   # linear regression implement
+-- utils        # utility function such as distance

Data

About


Languages

Language:Jupyter Notebook 91.0%Language:Python 9.0%