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 50927e7 commit 99d2f3cCopy full SHA for 99d2f3c
README.md
@@ -5,6 +5,8 @@ This is the implementation of Kim's [Convolutional Neural Networks for Sentence
5
[https://github.com/yoonkim/CNN_sentence](https://github.com/yoonkim/CNN_sentence)
6
2. Denny Britz has an implementation in Tensorflow:
7
[https://github.com/dennybritz/cnn-text-classification-tf](https://github.com/dennybritz/cnn-text-classification-tf)
8
+3. Alexander Rakhlin's implementation in Keras;
9
+[https://github.com/alexander-rakhlin/CNN-for-Sentence-Classification-in-Keras](https://github.com/alexander-rakhlin/CNN-for-Sentence-Classification-in-Keras)
10
11
## Requirement
12
* python 3
0 commit comments