We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89afd62 commit f118c1dCopy full SHA for f118c1d
README.md
@@ -64,5 +64,11 @@
64
* [[paper](https://papers.nips.cc/paper/5947-semi-supervised-learning-with-ladder-networks.pdf)]
65
* [[Additional Material](http://rinuboney.github.io/2016/01/19/ladder-network.html)]
66
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
+
73
## Contribution
74
Did you find new TensorFlow implementations? Pull requests are always welcome.
0 commit comments