Use python with numpy, pandas and so on to implement the basic machine learning algorithm.
-
Adaboost
-
Kmeans
-
Liner Regression
-
Logistic Regression and OVR version.
-
Naive Bayes classifier
-
Neural Network
-
Random Forest
-
Support vector machine and OVR version.
You can find the algorithm version in the Machine Learning Course Design 1. This file is used to compare the different classification algorithm.
The Machine Learning Course Design 1 is a project that how to use pytorch to solve the Handwritten digit recognition.