Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Hands-On Natural Language Processing with PyTorch 1.x

You're reading from  Hands-On Natural Language Processing with PyTorch 1.x

Product type Book
Published in Jul 2020
Publisher Packt
ISBN-13 9781789802740
Pages 276 pages
Edition 1st Edition
Languages
Author (1):
Thomas Dop Thomas Dop
Profile icon Thomas Dop

Table of Contents (14) Chapters

Preface Section 1: Essentials of PyTorch 1.x for NLP
Chapter 1: Fundamentals of Machine Learning and Deep Learning Chapter 2: Getting Started with PyTorch 1.x for NLP Section 2: Fundamentals of Natural Language Processing
Chapter 3: NLP and Text Embeddings Chapter 4: Text Preprocessing, Stemming, and Lemmatization Section 3: Real-World NLP Applications Using PyTorch 1.x
Chapter 5: Recurrent Neural Networks and Sentiment Analysis Chapter 6: Convolutional Neural Networks for Text Classification Chapter 7: Text Translation Using Sequence-to-Sequence Neural Networks Chapter 8: Building a Chatbot Using Attention-Based Neural Networks Chapter 9: The Road Ahead Other Books You May Enjoy

Overview of machine learning

Fundamentally, machine learning is the algorithmic process used to identify patterns and extract trends from data. By training specific machine learning algorithms on data, a machine learning model may learn insights that aren't immediately obvious to the human eye. A medical imaging model may learn to detect cancer from images of the human body, while a sentiment analysis model may learn that a book review containing the words good, excellent, and entertaining is more likely to be a positive review than one containing the words bad, terrible, and boring.

Broadly speaking, machine learning algorithms fall into two main categories: supervised learning and unsupervised learning.

Supervised learning

Supervised learning covers any task where we wish to use an input to predict an output. Let's say we wish to train a model to predict house prices. We know that larger houses tend to sell for more money, but we don't know the exact...

You have been reading a chapter from
Hands-On Natural Language Processing with PyTorch 1.x
Published in: Jul 2020 Publisher: Packt ISBN-13: 9781789802740
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}