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 7
Support Vector Machines
A Support Vector Machine (SVM) is a classifier that is defined using a separating hyperplane between the classes. Given labeled training data and a binary classification problem, the SVM finds the optimal hyperplane that separates the training data into two classes. Let’s learn more in the video. - Understand Support Vector Machine