To implement some machine learning algorithms, My blog is at Blog
The following algorithm have been finished:
- PCA
- LDA: linear discriminant analysis
- EM
- Decision Tree
- MLP
- CNN
- KD-Tree
- GP
- Elastic Net
- SVM
- Adaboost
- Latent Dirichlet Allocation
I'm going to implement the following algorithms
Linear Regression with Elastic NetSupport Vector MachineAdaBoost- Naive Bayes
- Hierarchical Cluster
Decision TreesMultilayer PerceptronConvolutional Neural Network- Recurrent Neural Network
KD-TreeGaussian Process- Dirichlet Process
Latent Dirichlet Allocation- Hidden Markov Models
PCALDA(linear Discriminant analysis)EM