File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The deeplearning algorithms are carefully implemented by [tensorflow](https://ww
99- Multi-Layer Perceptron (MLP) [ mlp.py] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/mlp.py )
1010- Convolution Neural Network (CNN) [ cnn.py] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/cnn.py )
1111- Denoising Aotoencoder (DA) [ da.py] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/da.py )
12- - Stacked Denoising Autoencoder (SDA) [ sda.py] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/sdan .py )
12+ - Stacked Denoising Autoencoder (SDA) [ sda.py] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/sda .py )
1313- Restricted Boltzmann Machine (RBM) [[ rbm.py] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/rbm.py ) [ gbrbm.py] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/gbrbm.py )]
1414- Deep Belief Network (DBN) [ dbn.py] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/dbn.py )
1515
You can’t perform that action at this time.
0 commit comments