From cfb7bdabe7421316f573a4483820dc2098848b1c Mon Sep 17 00:00:00 2001 From: Githubtesting123 Date: Tue, 11 Dec 2018 16:18:03 -0800 Subject: [PATCH] Update index.md (#23960) --- guide/english/natural-language-processing/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/)