Skip to content

Commit f118c1d

Browse files
committed
Add cnn-text-classification-tf
1 parent 89afd62 commit f118c1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,11 @@
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+
#### Convolutional Neural Networks for Sentence Classification
68+
* Yoon Kim, EMNLP, 2014
69+
* [[code](https://github.com/dennybritz/cnn-text-classification-tf)]
70+
* [[paper](http://emnlp2014.org/papers/pdf/EMNLP2014181.pdf)]
71+
* [[Additional Material](http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/)]
72+
6773
## Contribution
6874
Did you find new TensorFlow implementations? Pull requests are always welcome.

0 commit comments

Comments
 (0)