Discover the concepts of deep learning used for natural language processing (NLP), with full-fledged examples of neural network models such as recurrent neural networks, long short-term memory networks, and sequence-2-sequence models. You’ll start by covering the mathematical prerequisites and the f
Deep Learning for Natural Language Processing: Creating Neural Networks with Python
✍ Scribed by Palash Goyal, Sumit Pandey
- Publisher
- Apress
- Year
- 2018
- Tongue
- English
- Leaves
- 290
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
Discover the concepts of deep learning used for natural language processing (NLP), with full-fledged examples of neural network models such as recurrent neural networks, long short-term memory networks, and sequence-2-sequence models.
You’ll start by covering the mathematical prerequisites and the fundamentals of deep learning and NLP with practical examples. The first three chapters of the book cover the basics of NLP, starting with word-vector representation before moving onto advanced algorithms. The final chapters focus entirely on implementation, and deal with sophisticated architectures such as RNN, LSTM, and Seq2seq, using Python tools: TensorFlow, and Keras. Deep Learning for Natural Language Processing follows a progressive approach and combines all the knowledge you have gained to build a question-answer chatbot system.
This book is a good starting point for people who want to get started in deep learning for NLP. All the code presented in the book will be available in the form of IPython notebooks and scripts, which allow you to try out the examples and extend them in interesting ways.
What You Will Learn
● Gain the fundamentals of deep learning and its mathematical prerequisites
● Discover deep learning frameworks in Python
● Develop a chatbot
● Implement a research paper on sentiment classification
Who This Book Is For
Software developers who are curious to try out deep learning with NLP.
✦ Subjects
Machine Learning; Neural Networks; Deep Learning; Natural Language Processing; Python; Chatbots; Convolutional Neural Networks; Recurrent Neural Networks; Sentiment Analysis; Keras; TensorFlow; NLTK; Gensim; Perceptron; SpaCy; Word2vec; TextBlob; Stanford CoreNLP; Theano;Языки программирования;Программирование;Компьютерная лингвистика
📜 SIMILAR VOLUMES
<div><p>Discover the concepts of deep learning used for natural language processing (NLP), with full-fledged examples of neural network models such as recurrent neural networks, long short-term memory networks, and sequence-2-sequence models. </p><p>You’ll start by covering the mathematical prerequ
<p><b>Gain the knowledge of various deep neural network architectures and their application areas to conquer your NLP issues.</b></p> Key Features <li>Gain insights into the basic building blocks of natural language processing </li> <li>Learn how to select the best deep neural network to solve your
1 online resource (372 pages)
Learn to harness the power of AI for natural language processing, performing tasks such as spell check, text summarization, document classification, and natural language generation. Along the way, you will learn the skills to implement these methods in larger infrastructures to replace existing code