浏览代码

Merge pull request #11 from nzw0301/master

Add links for text
François Chollet 8 年之前
父节点
当前提交
b64b47195c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -43,6 +43,8 @@ If you have a high-quality tutorial or project to add, please open a PR.
 - [LSTM text generation](https://github.com/fchollet/keras/blob/master/examples/lstm_text_generation.py)
 - [Using pre-trained word embeddings](https://github.com/fchollet/keras/blob/master/examples/pretrained_word_embeddings.py)
 - [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)
 
 ### Working with images