The document discusses deep learning for natural language processing. It provides 5 reasons why deep learning is well-suited for NLP tasks: 1) it can automatically learn representations from data rather than relying on human-designed features, 2) it uses distributed representations that address issues with symbolic representations, 3) it can perform unsupervised feature and weight learning on unlabeled data, 4) it learns multiple levels of representation that are useful for multiple tasks, and 5) recent advances in methods like unsupervised pre-training have made deep learning models more effective for NLP. The document outlines some successful applications of deep learning to tasks like language modeling and speech recognition.