From the course: Microsoft Azure AI Essentials: Workloads and Machine Learning on Azure
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Binary classification
From the course: Microsoft Azure AI Essentials: Workloads and Machine Learning on Azure
Binary classification
- [Instructor] Binary classification predicts one of two outcomes, like yes and no or valuable and not valuable. It's a supervised technique requiring features to have assigned labels. Like regression, it follows an alternative process of training, validating, and evaluating. However, classification algorithms calculate probabilities for class assignment, not numeric values. For example, let's build a model to predict if a person will develop diabetes based on features like blood pressure, cholesterol, BMI, and smoking habits. We trained the model using an algorithm that fits the data to a function, calculating the probability of diabetes ranging from 0-1. For instance, if the probability is 0.7, then the chance of not having diabetes is 0.3. Similar to regression, there are many algorithms: logistic regression, decision tree, random forest, and support vector machines among others. Logistic regression is popular for its simplicity. Using a sigmoid s-shaped function ranging from 0-1…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Overview of machine learning2m 48s
-
(Locked)
Types of machine learning4m 2s
-
(Locked)
Understanding regression4m 21s
-
(Locked)
Binary classification4m 1s
-
(Locked)
Multiclass classification2m 51s
-
(Locked)
Understanding clustering3m 23s
-
(Locked)
Neural networks and deep learning2m 59s
-
(Locked)
Azure machine learning capabilities1m 47s
-
(Locked)
Practical application of machine learning in business2m 27s
-
(Locked)
Creating an Azure machine learning resource2m 55s
-
(Locked)
Azure machine learning demo7m 7s
-
(Locked)
-
-
-
-
-
-
-