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 2
Classification and Regression Using Supervised Learning
Content Locked
Section 5
Logistic Regression and Naïve Bayes Classifier
Logistic regression is a technique that is used to explain the relationship between input variables and output variables. Naïve Bayes is a technique used to build classifiers using Bayes theorem. Let’s learn all about them in this video. - Create logistic regression classifier and train and visualize data - Create an instance of Naïve Bayes classifier and train it and visualize data