diff --git a/guide/english/natural-language-processing/index.md b/guide/english/natural-language-processing/index.md index cd8d4512b0..783afd9f21 100644 --- a/guide/english/natural-language-processing/index.md +++ b/guide/english/natural-language-processing/index.md @@ -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/)