Book Image

Artificial Intelligence with Python - Sequence Learning [Video]

By : Prateek Joshi
Book Image

Artificial Intelligence with Python - Sequence Learning [Video]

By: Prateek Joshi

Overview of this book

<p>Enter and explore the fascinating world of intelligent apps with Artificial Intelligence with Python. Artificial Intelligence is becoming increasingly relevant in the modern world. By harnessing the power of algorithms, you can create apps that intelligently interact with the world around you, automatic speech recognition systems, and more.</p> <h2>Style and Approach</h2> <p>This course takes a concept-based, explanation-focused approach. Each concept is explained and then the exercise or example is implemented.</p>
Table of Contents (3 chapters)
Chapter 1
Natural Language Processing
Content Locked
Section 9
Building a Sentiment Analyzer
Sentiment analysis is the process of determining the sentiment of a text. In this video, we will build a sentiment analyzer to analyze if a movie review is good or bad. - Load the labeled movie reviews and extract features - Print the most informative words and compute probabilities and pick the maximum - Print the predicted output class