Optional Lab - Multiple Linear Regression - Coursera
Optional Lab - Multiple Linear Regression - Coursera
Outline
1.1 Goals
1.2 Tools
1.3 Notation
2 Problem Statement
2.1 Matrix X containing our examples
2.2 Parameter vector w, b
3 Model Prediction With Multiple Variables
3.1 Single Prediction element by element
3.2 Single Prediction, vector
4 Compute Cost With Multiple Variables
5 Gradient Descent With Multiple Variables
5.1 Compute Gradient with Multiple Variables
5.2 Gradient Descent With Multiple Variables
6 Congratulations
1.1 Goals
Extend our regression model routines to support multiple features
Extend data structures to support multiple features
Rewrite prediction, cost and gradient routines to support multiple features
Utilize NumPy np.dot to vectorize their implementations for speed and simplicity
1.2 Tools
In this lab, we will make use of:
https://www.coursera.org/learn/machine-learning/ungradedLab/7GEJh/optional-lab-multiple-linear-regression/lab?path=%2Fnotebooks%2FC1_W2_La… 2/2