Skip to content

Implementation of Regularized Linear and Logistic Regression with Gradient Descent from scratch.

Notifications You must be signed in to change notification settings

hxu47/Linear-Regression-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Regression

In this project, I implemented three models from scratch:

  • Rrdinary least squares (OLS) regression
  • L2 regularization for regression
  • Logistic regression.

Main Notebook

Functions

About

Implementation of Regularized Linear and Logistic Regression with Gradient Descent from scratch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published