Skip to content

Commit ca0ca86

Browse files
authored
add CNNs
1 parent e218dcf commit ca0ca86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ The deeplearning algorithms are carefully implemented by [tensorflow](https://ww
1515

1616
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)).
1717

18+
### CNN Models
19+
- MobileNet [[self](https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/CNNs/MobileNet.py) [paper](https://arxiv.org/abs/1704.04861) [ref](https://github.com/Zehaos/MobileNet/blob/master/nets/mobilenet.py)]
20+
21+
1822

1923
### Practical examples
2024
You can find more practical examples with tensorflow here:

0 commit comments

Comments
 (0)