Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 965 Bytes

File metadata and controls

22 lines (12 loc) · 965 Bytes

linear-regression

Welcome to week 6 of PBL! This week we will be focusing on the most basic algorithm in machine learning, which is Linear Regression

Youtube links:

  • Why do we do Linear regression?here .

  • Math and logic behind the algorithm here.

  • Visualising the formula here.

Blogs:

one can find n number of datasets on kaggle and UCI.

Note: One can use processed datasets from week 3/5 or use any other dataset and apply linear regression on it.