Skip to content

Commit e9718a6

Browse files
2 parents edf644c + d64300b commit e9718a6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Please feel free to create [pull requests](https://github.com/keonkim/awesome-nl
1616
- [Tutorials](#tutorials)
1717
- [Reading Content](#reading-content)
1818
- [Videos and Courses](#videos-and-online-courses)
19+
- [Books](#books)
1920
- [Libraries](#libraries)
2021
- [Node.js](#user-content-node-js)
2122
- [Python](#user-content-python)
@@ -55,6 +56,7 @@ Introductions and Guides to NLP
5556
* Ultimate Guide to [Understand & Implement Natural Language Processing](https://www.analyticsvidhya.com/blog/2017/01/ultimate-guide-to-understand-implement-natural-language-processing-codes-in-python/)
5657
* [Introduction to NLP at Hackernoon](https://hackernoon.com/learning-ai-if-you-suck-at-math-p7-the-magic-of-natural-language-processing-f3819a689386) is for people who suck at math - in their own words
5758
* [NLP Tutorial](http://www.vikparuchuri.com/blog/natural-language-processing-tutorial/)
59+
* [Deep Learning for NLP with Pytorch](http://pytorch.org/tutorials/beginner/deep_learning_nlp_tutorial.html)
5860

5961
Specialized Blogs
6062
* [Deep Learning, NLP, and Representations](http://colah.github.io/posts/2014-07-NLP-RNNs-Representations/)
@@ -84,6 +86,11 @@ Bayesian, statistics and Linguistics approaches for Natural Language Processing
8486
* [NLTK with Python 3 for Natural Language Processing](https://www.youtube.com/playlist?list=PLQVvvaa0QuDf2JswnfiGkliBInZnIC4HL) by Harrison Kinsley(sentdex). Good tutorials with NLTK code implementation
8587
* [Computational Linguistics I](https://www.youtube.com/playlist?list=PLQVvvaa0QuDf2JswnfiGkliBInZnIC4HL) by Jordan Boyd-Graber, Lectures from University of Maryland
8688

89+
### Books
90+
91+
* [Text Mining in R](https://www.tidytextmining.com)
92+
* [Natural Language Processing with Python](http://www.nltk.org/book/)
93+
8794
## Libraries
8895

8996
[Back to Top](#contents)
@@ -276,8 +283,10 @@ Bahdanau, Cho 2014 introduced the **attention mechanism** in NLP
276283
[Back to Top](#contents)
277284

278285
* [A Neural Network Approach to Context-Sensitive Generation of Conversational Responses](http://arxiv.org/pdf/1506.06714v1.pdf)
279-
Sordoni 2015. Generates responses to tweets. Uses [Recurrent Neural Network Language Model (RLM) architecture
280-
of (Mikolov et al., 2010).](http://www.fit.vutbr.cz/research/groups/speech/publi/2010/mikolov_interspeech2010_IS100722.pdf) source code: [RNNLM Toolkit](http://www.rnnlm.org/)
286+
Sordoni 2015. Generates responses to tweets.
287+
* Uses [Recurrent Neural Network Language Model (RLM) architecture
288+
of (Mikolov et al., 2010).](http://www.fit.vutbr.cz/research/groups/speech/publi/2010/mikolov_interspeech2010_IS100722.pdf). Source code: [RNNLM Toolkit](http://www.fit.vutbr.cz/~imikolov/rnnlm/index.html)
289+
* RNNLM Tutorial: [Implementing RNN Language Models by Denny Britz](http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-2-implementing-a-language-model-rnn-with-python-numpy-and-theano/)
281290

282291
* [Neural Responding Machine for Short-Text Conversation](http://arxiv.org/pdf/1503.02364v2.pdf)
283292
Shang et al. 2015 Uses Neural Responding Machine. Trained on Weibo dataset. Achieves one round conversations with 75% appropriate responses.

0 commit comments

Comments
 (0)