From bf5cc9279f49fae78f0806930de0464e7831c9c7 Mon Sep 17 00:00:00 2001 From: Ajay Arasanipalai Date: Sun, 14 Oct 2018 02:32:23 +0530 Subject: [PATCH] Add section for further reading links. (#18668) --- .../pages/guide/english/natural-language-processing/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/pages/guide/english/natural-language-processing/index.md b/client/src/pages/guide/english/natural-language-processing/index.md index ea1a7d3646..9d5a2f7211 100644 --- a/client/src/pages/guide/english/natural-language-processing/index.md +++ b/client/src/pages/guide/english/natural-language-processing/index.md @@ -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/) +