Add section for further reading links. (#18668)

pull/18903/head
Ajay Arasanipalai 2018-10-14 02:32:23 +05:30 committed by Quincy Larson
parent ee4cc393f3
commit bf5cc9279f
1 changed files with 5 additions and 0 deletions

View File

@ -31,3 +31,8 @@ Next task is to build a language model. Here we consider an assumption that the
## Further readings
The field of NLP is huge. If you have read this far and have implemented the above, you have certainly loved this. Go ahead and read Jurafsky's book to learn some more new concepts. Remember, it's important to implement them as well.
#### Some useful online learning resources:
* [LSTM networks](http://colah.github.io/posts/2015-08-Understanding-LSTMs/)
* [Attention](https://distill.pub/2016/augmented-rnns/)