Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 294 Bytes

File metadata and controls

5 lines (3 loc) · 294 Bytes

Multiple Linear Regression

Linear regression is the ancestor of many machine learning algorithms and it's stil used widely to predict numbers.

With this notebook, I aimed to train a linear regression model using gradient descent algorithm. I hope you enjoy, I'm waiting to hear from you.