Chapter 7: Sentiment Analysis Using AutoKeras

Let's start by defining the unusual term in the title. Sentiment analysis is a term that's widely used in text classification and it is basically about using natural language processing (NLP) in conjunction with machine learning (ML) to interpret and classify emotions in text.

To get an idea of this, let's imagine the task of determining whether a review for a film is positive or negative. You could do this yourself just by reading it, right? However, if our boss sends us a list of 1,000 movie reviews for tomorrow, things become complicated. That's where sentiment analysis becomes an interesting option.

In this chapter, we will use a text classifier to extract sentiments from text data. Most of the ...

Get Automated Machine Learning with AutoKeras now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.