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 2
Probabilistic Reasoning for Sequential Data
Content Locked
Section 8
Stock Market Analysis
Stock markets are an important part of our lives. Hence we have taken this real life example to demonstrate the use of HMM. - Load stock market quotes and take the percentage difference of closing quote each day - Create and train Gaussian HMM - Use trained model to generate 300 samples and plot the generated values