- 逻辑回归 Logistic Regression logisticRegression.py
- 多层感知机 Multi-Layer Perceptron (MLP) mlp.py
- 卷积神经网络 Convolution Neural Network (CNN) cnn.py
- 自编码 Denoising Aotoencoder (DA) da.py
- 多层降噪自动编码机 Stacked Denoising Autoencoder (SDA) sda.py
- 受限玻尔兹曼机Restricted Boltzmann Machine (RBM) rbm.py gbrbm.py
- 深度信念网络Deep Belief Network (DBN) dbn.py
Note: the project aims at imitating the well-implemented algorithms in Deep Learning Tutorials (coded by Theano).