Skip to content

Commit d9183b2

Browse files
authored
Update README.md
1 parent 2f350bf commit d9183b2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
# Deep Learning for Natural Language Processing
2-
Applying deep learning approaches to various NLP tasks can take your computational algorithms to a completely new level in terms of speed and accuracy. Deep Learning for Natural Language Processing starts off by highlighting the basic building blocks of the natural language processing domain. The book goes on to introduce the problems that you can solve using state-of-the-art neural network models. After this, delving into the various neural network architectures and their specific areas of application will help you to understand how to select the best model to suit your needs.
2+
Applying deep learning approaches to various NLP tasks can take your computational algorithms to a completely new level in terms of speed and accuracy. Deep Learning for Natural Language Processing starts off by highlighting the basic building blocks of the natural language processing domain. The book goes on to introduce the problems that you can solve using state-of-the-art neural network models. After this, delving into the various neural network architectures and their specific areas of application will help you to understand how to select the best model to suit your needs.
3+
34
As you advance through this deep learning book, you’ll study convolutional, recurrent, and recursive neural networks, in addition to covering long short-term memory networks (LSTM). Understanding these networks will help you to implement their models using Keras. In the later chapters, you will be able to develop a trigger word detection application using NLP techniques such as attention model and beam search.
5+
46
By the end of this book, you will not only have sound knowledge of natural language processing but also be able to select the best text pre-processing and neural network models to solve a number of NLP issues.
57

6-
# What you will learn
8+
## What you will learn
79
Understand various pre-processing techniques for deep learning problems
810
Build a vector representation of text using word2vec and GloVe
911
Create a named entity recognizer and parts-of-speech tagger with Apache OpenNLP
1012
Build a machine translation model in Keras
1113
Develop a text generation application using LSTM
1214
Build a trigger word detection application using an attention model
1315

14-
# Hardware Requirements
16+
## Hardware Requirements
1517
For the optimal student experience, we recommend the following hardware
1618
configuration:
1719
* Processor: Intel Core i5 or equivalent
1820
* Memory: 4 GB RAM
1921
* Storage: 5 GB available space
2022

21-
# Software Requirements
23+
## Software Requirements
2224
We also recommend that you have the following software installed in advance:
2325
* OS: Windows 7 SP1 64-bit, Windows 8.1 64-bit or Windows 10 64-bit, Linux
2426
(Ubuntu, Debian, Red Hat, or Suse), or the latest version of OS X

0 commit comments

Comments
 (0)