Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Exercise goal

  • Learn the basics of Machine Learning
  • Learn what an ML model
  • Learn your first ML model which is Linear Regression
  • Learn how to evaluate models through a 'Loss function'
  • Learn how to optimize a model through Gradient Descent

Data

The file housing_prices.csv (see ./data/housing_prices.csv).

Data source/credit: Kaggle.

Task

  • Follow the Jupyter Notebook and complete the required tasks:

linear-regression.ipynb

Open in colab

View in nbviewer

Resources on linear regression