Skip to content

Commit e3ef742

Browse files
authored
Update README.md
1 parent 61c2077 commit e3ef742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DeepLearning tutorials with Tensorflow
2-
The deeplearning algorithms implemented by tensorflow
2+
The deeplearning algorithms are carefully implemented by [tensorflow](https://www.tensorflow.org/).
33
The deeplearning algorithms includes (now):
44
- Logistic Regression [logisticRegression.py](https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/logisticRegression.py)
55
- Multi-Layer Perceptron (MLP) [mlp.py](https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/mlp.py)
@@ -8,6 +8,6 @@ The deeplearning algorithms includes (now):
88
- Stacked Denoising Autoencoder (SDA) [sda.py](https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/sdan.py)
99
- Restricted Boltzmann Machines (RBM) [rbm.py](https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/models/rbm.py)
1010

11-
Note: the codes are mostly similar to the [Deep Learning Tutorials](http://www.deeplearning.net/tutorial/)
11+
Note: the project aims at imitating the well-implemented algorithms in [Deep Learning Tutorials](http://www.deeplearning.net/tutorial/) (coded by [Theano](http://deeplearning.net/software/theano/index.html)).
1212

1313
#### Don't hesitate to star this project if it is helpful!

0 commit comments

Comments
 (0)