We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b432d43 commit f40643bCopy full SHA for f40643b
1 file changed
README.md
@@ -9,7 +9,7 @@ The instructions inside the live scripts will guide you through the tasks and ac
9
10
**Learning Goals**
11
- Explain the difference between linear, multiple linear, and nonlinear regression.
12
-- Use ordinary least squares to analytically solve for linear regression parameters.
+- Use ordinary least squares to solve for linear regression parameters.
13
- Assess and improve the performance of a regression model using a goodness-of-fit measure.
14
- Apply gradient descent to iteratively minimize a cost function and estimate model parameters.
15
- Explain the effect of increasing and decreasing the learning rate and number of steps for the gradient descent algorithm.
0 commit comments