The deeplearning algorithms are carefully implemented by tensorflow.
The deeplearning algorithms includes (now):
- 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
Note: the project aims at imitating the well-implemented algorithms in Deep Learning Tutorials (coded by Theano).


