Skip to content

afloresep/Machine-Learning-From-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

The main idea behind this project comes from a post I read a few days ago:

"I think every data scientist should at least once spend some time coding the most widely used and fundamental ML models from scratch (regression, decision trees, random forest, boosting, NN’s). You will see a step change in your ability to work and solve problems with models if you do this and you will avoid a ton of pitfalls."

So that is exactly what we are going to do.

Linear Regression

See full walkthrough here

See code implementation here

Linear Regression Training

Slope change over time using Gradient Descent

Ridge Regression

See full walkthrough here

See code implementation here

alt text

Slope change over different lambdas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published