This is a github sourse for some basic Machine Learning algorithms.
You can download and study this code freely. However, it's banned to use this code as homework or any other works that you should finish by yourself.
The codes are MATLAB code. Contents of the codes will be:
-
Linear regression(batch, stochastic, and maximum likelihood)
-
Bayesian regression
-
Logistic Regression
-
Nonparametric Methods(kNN, Locally Weighted kNN)
-
Decision Tree Learning
-
Artificial Neural Networks
-
SVM with cross-validation
-
clustering (k-means, agglomerative hierarchical clustering, and dbscan)
-
PCA and Singular Value Decomposition
-
Reinforcement Learning
Enjoy the code.
Copy right by Xiaopeng Xu (Charles Xu) E-mail: charlesxu90@gmail.com