Skip to content

Commit 1250629

Browse files
ppwwyyxxhunkim
authored andcommitted
Add some of mine implementations.
1 parent ed205b1 commit 1250629

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,16 @@
4949
* [[paper](http://arxiv.org/pdf/1508.06615v4.pdf)]
5050

5151
#### Deep Reinforcement Learning
52-
* Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Alex Graves, Ioannis Antonoglou, Daan Wierstra, Martin Riedmiller, NIPS, 2013
53-
* [[code](https://github.com/nivwusquorum/tensorflow-deepq)]
54-
* [[paper](http://arxiv.org/abs/1312.5602)]
52+
##### Human-level control through deep reinforcement learning
53+
* Volodymyr Mnih, et al, 2014
54+
* [[code1](https://github.com/nivwusquorum/tensorflow-deepq)], not trained on atari
55+
* [[code2](https://github.com/ppwwyyxx/tensorpack/tree/master/examples/Atari2600)]
56+
* [[paper](http://www.nature.com/nature/journal/v518/n7540/full/nature14236.html)]
57+
58+
##### Deep Reinforcement Learning with Double Q-learning
59+
* Hado van Hasselt, Arthur Guez, David Silver, 2015
60+
* [[code](https://github.com/ppwwyyxx/tensorpack/tree/master/examples/Atari2600)]
61+
* [[paper](http://arxiv.org/abs/1509.06461)]
5562

5663
#### Using Deep Q-Network to Learn How To Play Flappy Bird
5764
* Kevin Chen, Deep Reinforcement Learning for Flappy Bird, Report from http://cs229.stanford.edu/ 2015 project
@@ -71,17 +78,22 @@
7178
* [[paper](http://emnlp2014.org/papers/pdf/EMNLP2014181.pdf)]
7279
* [[Additional Material](http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/)]
7380

74-
### Deep Residual Learning for Image Recognition
81+
#### Deep Residual Learning for Image Recognition
7582
* K He, X Zhang, S Ren, J Sun
7683
* [[code](https://github.com/ppwwyyxx/tensorpack/tree/master/examples/ResNet)] for cifar10
7784
* [[paper1](http://arxiv.org/abs/1512.03385)], [[paper2](http://arxiv.org/abs/1603.05027)]
7885

79-
### colornet - Neural Network to colorize grayscale images
86+
#### colornet - Neural Network to colorize grayscale images
8087
* pavelgonchar
8188
* [[github page](https://github.com/pavelgonchar/colornet)]
8289
* [[paper1 - Hypercolumns for Object Segmentation and Fine-grained Localization](http://arxiv.org/pdf/1411.5752v2.pdf)]
8390
* [[paper2 - VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION](http://arxiv.org/pdf/1409.1556.pdf)]
8491
* [[explanation](http://tinyclouds.org/colorize/)]
92+
93+
#### DoReFa-Net: Training Low Bitwidth Convolutional Neural Networks with Low Bitwidth Gradients
94+
* Shuchang Zhou, Zekun Ni, Xinyu Zhou, He Wen, Yuxin Wu, Yuheng Zou, 2016
95+
* [[code](https://github.com/ppwwyyxx/tensorpack/tree/master/examples/DoReFa-Net)]
96+
* [[paper](http://arxiv.org/abs/1606.06160)]
8597

8698
### A Neural Algorithm of Artistic Style
8799
* Leon A. Gatys, Alexander S. Ecker, Matthias Bethge

0 commit comments

Comments
 (0)