Update index.md (#23960)

This commit is contained in:
Githubtesting123
2018-12-11 16:18:03 -08:00
committed by Manish Giri
parent 32a5816b61
commit cfb7bdabe7

View File

@ -45,7 +45,9 @@ Next task is to build a language model. Here we consider an assumption that the
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:
* [Stanford's course CS224n](http://web.stanford.edu/class/cs224n/)
* [Oxford's Course](https://www.cs.ox.ac.uk/teaching/courses/2016-2017/dl/)
* [CMU's course](http://www.phontron.com/class/nn4nlp2018/index.html)
* [Natural Language Processing](https://en.wikipedia.org/wiki/Natural_language_processing/)
* [LSTM networks](http://colah.github.io/posts/2015-08-Understanding-LSTMs/)
* [Attention](https://distill.pub/2016/augmented-rnns/)