Decision Tree (decision_tree.py)
decision_tree.py
K nearest neighbours (knn.py)
knn.py
Logistic Regression optimized via Gradient Descent (logistic_regression_GD.py)
logistic_regression_GD.py
Run python3 on any of the files
python3
Anson Wong