Naive implementations of some M.L. algorithms, which are updated continuously.
The algorithms that have been implemented are listed as follows:
- Logistic Regression,
- SVM solved by SMO,
- K-Means,
- GMM solved by EM,
- Perceptron,
- Naive Bayes,
- LeNet-Keras,
- MLP-Numpy solved with BP,
- MCMC sampling.
Codes are available here.