Deep Learning for Natural Language Processing – Jason Brownlee

We are awash with text, from books, papers, blogs, tweets, news, and increasingly text from spoken utterances. Every day, I get questions asking how to develop machine learning models for text data. Working with text is hard as it requires drawing upon knowledge from diverse domains such as linguistics, machine learning, statistical natural language processing, and these days, deep learning.

I have done my best to write blog posts to answer frequently asked questions on the topic and decided to pull together my best knowledge on the matter into this book. I designed this book to teach you step-by-step how to bring modern deep learning methods to your natural language processing projects. I chose the programming language, programming libraries, and tutorial topics to give you the skills you need.

Python is the go-to language for applied machine learning and deep learning, both in terms of demand from employers and employees. This is not least because it could be a renaissance for machine learning tools. I have focused on showing you how to use the best of breed Python tools for natural language processing such as Gensim and NLTK, and even a little scikit-learn. Key to getting results is speed of development, and for this reason, we use the Keras deep learning library as you can define, train, and use complex deep learning models with just a few lines of Python code.

There are three key areas that you must know when working with text:

  • How to clean text. This includes loading, analyzing, filtering and cleaning tasks required prior to modeling.
  • How to represent text. This includes the classical bag-of-words model and the modern and powerful distributed representation in word embeddings.
  • How to generate text. This includes the range of most interesting problems, such as image captioning and translation.

These key topics provide the backbone for the book and the tutorials you will work through. I believe that after completing this book, you will have the skills that you need to both work through your own natural language processing projects and bring modern deep learning methods to bare.

Related posts:

Machine Learning Applications Using Python - Cases studies form Healthcare, Retail, and Finance - Pu...
Deep Learning - A Practitioner's Approach - Josh Patterson & Adam Gibson
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Machine Learning - An Algorithmic Perspective second edition - Stephen Marsland
Python 3 for Absolute Beginners - Tim Hall & J.P Stacey
An introduction to neural networks - Kevin Gurney & University of Sheffield
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Artificial Intelligence - A Very Short Introduction - Margaret A.Boden
Learn Keras for Deep Neural Networks - Jojo Moolayil
Introduction to Deep Learning Business Application for Developers - Armando Vieira & Bernardete Ribe...
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Python Deep Learning Cookbook - Indra den Bakker
Deep Learning with Python - A Hands-on Introduction - Nikhil Ketkar
Deep Learning dummies first edition - John Paul Mueller & Luca Massaron
Coding Theory - Algorithms, Architectures and Application
Python Data Structures and Algorithms - Benjamin Baka
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Generative Deep Learning - Teaching Machines to Paint, Write, Compose and Play - David Foster
Deep Learning and Neural Networks - Jeff Heaton
Statistical Methods for Machine Learning - Disconver how to Transform data into Knowledge with Pytho...
Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper
Natural Language Processing in action - Hobson Lane & Cole Howard & Hannes Max Hapke
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Understanding Machine Learning from theory to algorithms - Shai Shalev-Shwartz & Shai Ben-David
Medical Image Segmentation Using Artificial Neural Networks
Introduction to Deep Learning - Eugene Charniak
Intelligent Projects Using Python - Santanu Pattanayak
Artificial Intelligence - 101 things you must know today about our future - Lasse Rouhiainen
Introducing Data Science - Davy Cielen & Arno D.B.Meysman & Mohamed Ali
Deep Learning in Python - LazyProgrammer