In this chapter, you implement deep learning for NLP. The following recipes are covered.
Recipe 1. Information retrieval using deep learning
Recipe 2. Text classification using CNN, RNN, LSTM
Recipe 3. Predicting the next word/sequence of words using LSTM for email
Recipe 4. Stack Overflow question recommendation
Introduction to Deep Learning
Deep learning is a subfield of machine learning that is inspired by brain functions. Just as neurons are interconnected ...