Skip to content

llSourcell/logistic_regression_newtons_method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

logistic_regression_newtons_method

This is the code for "Logistic Regression - The Math of Intelligence (Week 2)" By Siraj Raval on Youtube

Overview

This is the code for this video on Youtube by Siraj Raval. We're going to predict if someone has diabetes or not via 3 body metrics (weight, height, blood pressure). Logistic regression is the model we'll use to predict this outcome and we'll use newtons method to optimize it.

Dependencies

  • numpy

Usage

Type jupyter notebook into terminal and it will run.

Download jupyter from here

Credits

The credit for this code goes to eecs445-f16. I've merely created a wrapper to get people started.

About

This is the code for "Logistic Regression - The Math of Intelligence (Week 2)" By SIraj Raval on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published