Neural networks are a family of powerful machine learning models. This book focuses on the application of neural network models to natural language data. The first half of the book (Parts I and II) covers the basics of supervised machine learning and feed-forward neural networks, the basics of worki
Neural Network Methods for Natural Language Processing
β Scribed by Yoav Goldberg
- Publisher
- Morgan & Claypool
- Year
- 2017
- Tongue
- English
- Leaves
- 287
- Series
- Synthesis Lectures on Human Language Technologies
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Neural networks are a family of powerful machine learning models. This book focuses on the application of neural network models to natural language data. The first half of the book (Parts I and II) covers the basics of supervised machine learning and feed-forward neural networks, the basics of working with machine learning over language data, and the use of vector-based rather than symbolic representations for words. It also covers the computation-graph abstraction, which allows to easily define and train arbitrary neural networks, and is the basis behind the design of contemporary neural network software libraries. The second part of the book (Parts III and IV) introduces more specialized neural network architectures, including 1D convolutional neural networks, recurrent neural networks, conditioned-generation models, and attention-based models. These architectures and techniques are the driving force behind state-of-the-art algorithms for machine translation, syntactic parsing, and many other applications. Finally, we also discuss tree-shaped networks, structured prediction, and the prospects of multi-task learning.
β¦ Table of Contents
Preface
Acknowledgments
1 Introduction
PART I Supervised Classification and Feed-forward Neural Networks
2 Learning Basics and Linear Models
3 From Linear Models to Multi-layer Perceptrons
4 Feed-forward Neural Networks
5 Neural Network Training
PART II Working with Natural Language Data
6 Features for Textual Data
7 Case Studies of NLP Features
8 From Textual Features to Inputs
9 Language Modeling
10 Pre-trained Word Representations
11 Using Word Embeddings
12 Case Study: A Feed-forward Architecture for Sentence Meaning Inference
PART III Specialized Architectures
13 Ngram Detectors: Convolutional Neural Networks
14 Recurrent Neural Networks: Modeling Sequences and Stacks
15 Concrete Recurrent Neural Network Architectures
16 Modeling with Recurrent Networks
17 Conditioned Generation
PART IV Additional Topics
18 Modeling Trees with Recursive Neural Networks
19 Structured Output Prediction
20 Cascaded, Multi-task and Semi-supervised Learning
21 Conclusion
Bibliography
Authorβs Biography
β¦ Subjects
Natural Language Processing, Neural Networks
π SIMILAR VOLUMES
Information in today's advancing world is rapidly expanding and becoming widely available. This eruption of data has made handling it a daunting and time-consuming task. Natural language processing (NLP) is a method that applies linguistics and algorithms to large amounts of this data to make it mor
<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)
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