Book Image

Supervised and Unsupervised Learning with Python [Video]

By : Prateek Joshi
Book Image

Supervised and Unsupervised Learning with Python [Video]

By: Prateek Joshi

Overview of this book

Build real-world Artificial Intelligence (AI) applications to intelligently interact with the world around you, explore real-world scenarios, and learn about the various algorithms that can be used to build AI applications. Packed with insightful examples and topics such as predictive analytics and deep learning, this course is a must-have for Python developers.
Table of Contents (5 chapters)
Chapter 4
Detecting Patterns with Unsupervised Learning
Content Locked
Section 4
Building a Classifier
In this video, we will build a classifier based on a Gaussian Mixture Model. - Split the dataset into training and testing using an 80/20 split - Extract the number of classes in the training data - Train the Gaussian mixture model classifier using the training data