From b4f82fe4d02ae895aa8c43d1c6958da8dab898c4 Mon Sep 17 00:00:00 2001 From: John Beieler Date: Wed, 24 Aug 2016 11:40:38 -0400 Subject: [PATCH] Adding character-level ConvNet. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c93483..16d5c87 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ If you have a high-quality tutorial or project to add, please open a PR. - [Monolingual and Multilingual Image Captioning](https://github.com/elliottd/GroundedTranslation) - [FastText on the IMDB dataset](https://github.com/fchollet/keras/blob/master/examples/imdb_fasttext.py) - [Structurally constrained recurrent nets text generation](https://github.com/nzw0301/keras-examples/blob/master/SCRNLM.ipynb) +- [Character-level convolutional neural nets for text classification](https://github.com/johnb30/py_crepe) ### Working with images