Logo
January, 12, 2023

Binary Classification and Logistic Regression in Machine Learning

In the previous lesson, we solved an example of linear regression for machine learning. We used linear regression to solve a stereo vision depth estimation problem for an Autonomous underwater vehicle (AUV). We also implemented vectorization using Python.

linear regression for machine learning example
a stereo vision depth estimation problem for an AUV

The purpose of this lesson is to introduce binary classification and logistic regression for machine learning. We will learn how to classify an object based on some training examples learned before. We will implement this in Python in the next lesson.

Binary Classification and Logistic Regression Machine Learning

Watch the video version of the 6th lesson:

What application did the instructor mention for binary classification and logistic regression machine learning in robotics?