Skip to content

Commit 99d2f3c

Browse files
Added an implementation link of the same paper using the Keras
Framework.
1 parent 50927e7 commit 99d2f3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This is the implementation of Kim's [Convolutional Neural Networks for Sentence
55
[https://github.com/yoonkim/CNN_sentence](https://github.com/yoonkim/CNN_sentence)
66
2. Denny Britz has an implementation in Tensorflow:
77
[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)
810

911
## Requirement
1012
* python 3

0 commit comments

Comments
 (0)