0% found this document useful (0 votes)
30 views1 page

Text Classification Using LSTM - Hands-On Natural Language Processing With Python

This document discusses text classification using deep learning methods, specifically focusing on Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRUs). It highlights various applications of text classification, such as sentiment analysis and spam detection, and also mentions the use of Convolutional Neural Networks (CNNs) and topic modeling. The chapter aims to provide hands-on understanding of these advanced techniques in natural language processing.

Uploaded by

Flor Sosa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views1 page

Text Classification Using LSTM - Hands-On Natural Language Processing With Python

This document discusses text classification using deep learning methods, specifically focusing on Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRUs). It highlights various applications of text classification, such as sentiment analysis and spam detection, and also mentions the use of Convolutional Neural Networks (CNNs) and topic modeling. The chapter aims to provide hands-on understanding of these advanced techniques in natural language processing.

Uploaded by

Flor Sosa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

10/28/2018 Text Classification Using LSTM - Hands-On Natural Language Processing with Python

 Hands-On Natural Language Processing with Python

PREV NEXT
⏮ ⏭
Summary Data for text classification
  🔎

Text Classification Using


LSTM
Text classification is the task of tagging natural language texts or unstructured
text to one of the categories from a predefined set. Identifying positive-negative
sentiments in product reviews, categorizing news articles, and segmenting
customers based on their conversations about products in social media are some
of the applications of text classification. One real-world example is automatic
spam detection using machine learning (ML) in Gmail. The main goal of this
chapter is to make the reader understand and get familiar with hands-on deep
learning approaches for text classification.

In the previous chapters (Chapter 2, Text Classification and POS Tagging Using
NLTK), we briefly touched upon text classification using classic ML approaches
using a bag-of-words models with NLTK and sklearn. In this chapter, we will
dive deeper into classifying text using deep learning methods. The focus of this
chapter will be mainly on using recurrent neural networks (RNNs), such as
Long Short-Term Memory (LSTM), and Gated Recurrent Units (GRUs) for
text classification. However, we will also cover Convolutional Neural
Networks (CNNs) for completeness. To address the breadth of this topic, we will
also touch upon a related unsupervised learning method called topic modeling.
To summarize, the following will be the main topics covered in this chapter:

Topic modeling

Using CNNs to classify text

RNNs for text classification

Text classification with transfer learning

A brief summary of state-of-the-art deep learning approaches to text


classification

Recommended / Playlists / History / Topics / Tutorials / Settings / Get the App / Sign Out
© 2018 Safari. Terms of Service / Privacy Policy
PREV NEXT
⏮ ⏭
Summary Data for text classification

Find answers on the fly, or master something new. Subscribe today. See pricing options.

https://www.safaribooksonline.com/library/view/hands-on-natural-language/9781789139495/d58788eb-ab8e-44e2-9e5f-588c57… 1/1

You might also like