Skip to content

Commit

Permalink
add CNNs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohu2015 authored Nov 24, 2017
1 parent e218dcf commit ca0ca86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ The deeplearning algorithms are carefully implemented by [tensorflow](https://ww

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

### CNN Models
- 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)]



### Practical examples
You can find more practical examples with tensorflow here:
Expand Down

0 comments on commit ca0ca86

Please sign in to comment.