The deeplearning algorithms are carefully implemented by tensorflow.
- Python 3.5
- tensorflow 0.12
- 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
- Deep Belief Network (DBN) dbn.py
Note: the project aims at imitating the well-implemented algorithms in Deep Learning Tutorials (coded by Theano).
You can find more practical examples with tensorflow here: