Machine Learning Guide

MLG 007 Logistic Regression

24 snips
Feb 19, 2017
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Logistic Regression Is Classification

  • Logistic regression is a classification method despite its name. - It uses linear regression inside a logistic function to output probabilities for classes.
ANECDOTE

Housing Prices as Binary Classes

  • Using a housing spreadsheet, labels are changed from prices to binary classes for expensive or not. - This turns the regression problem into a binary classification problem for logistic regression.
ADVICE

Three Step Logistic Regression Process

  • Logistic regression prediction is step one, followed by evaluation using a loss function. - Then update parameters iteratively to fit data and improve accuracy.
Get the Snipd Podcast app to discover more snips from this episode
Get the app