Skip to content

Commit c257ea5

Browse files
committed
resnet (merge commits)
1 parent 5df9583 commit c257ea5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* [[code](https://github.com/carpedm20/visual-analogy-tensorflow)]
3434
* [[paper](http://www-personal.umich.edu/~reedscot/nips2015.pdf)]
3535

36-
#### Deep Convolutional Generative Adversarial Networks
36+
#### Deep Convolutional Generative Adversarial Networks
3737
* Alec Radford, Luke Metz, Soumith Chintala, arxiv, 2015
3838
* [[code](https://github.com/carpedm20/DCGAN-tensorflow)]
3939
* [[paper](http://arxiv.org/pdf/1511.06434v2.pdf)]
@@ -58,17 +58,24 @@
5858
* [[code](https://github.com/DeepLearningProjects/DeepLearningFlappyBird)]
5959
* [[report](http://cs229.stanford.edu/proj2015/362_report.pdf)]
6060

61-
#### Semi-Supervised Learning with Ladder Network
61+
#### Semi-Supervised Learning with Ladder Network
6262
* A Rasmus, H Valpola, M Honkala, M Berglund, and T Raiko, NIPS, 2015
6363
* [[code](https://github.com/rinuboney/ladder)]
6464
* [[paper](https://papers.nips.cc/paper/5947-semi-supervised-learning-with-ladder-networks.pdf)]
6565
* [[Additional Material](http://rinuboney.github.io/2016/01/19/ladder-network.html)]
6666

67+
6768
#### Convolutional Neural Networks for Sentence Classification
6869
* Yoon Kim, EMNLP, 2014
6970
* [[code](https://github.com/dennybritz/cnn-text-classification-tf)]
7071
* [[paper](http://emnlp2014.org/papers/pdf/EMNLP2014181.pdf)]
7172
* [[Additional Material](http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/)]
7273

74+
### Deep Residual Learning for Image Recognition
75+
* K He, X Zhang, S Ren, J Sun
76+
* [[code](https://github.com/ppwwyyxx/tensorpack/tree/master/examples/ResNet)] for cifar10
77+
* [[paper1](http://arxiv.org/abs/1512.03385)], [[paper2](http://arxiv.org/abs/1603.05027)]
78+
7379
## Contribution
7480
Did you find new TensorFlow implementations? Pull requests are always welcome.
81+

0 commit comments

Comments
 (0)