Skip to content

Commit f18dad1

Browse files
authored
Merge pull request #16 from erikreinertsen/patch-1
typo: missing word
2 parents d5ff997 + 225d934 commit f18dad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

faq/regularized-logistic-regression-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We know that our goal in an unregularized model is to minimize the cost function
1212

1313
![](./regularized-logistic-regression-performance/unregularized.png)
1414

15-
Now, if we regularize the cost function (e.g., via L2 regularization), we add an additional to our cost function (J) that increases as the value of your parameter weights (w) increase; keep in mind that the regularization we add a new hyperparameter, lambda, to control the regularization strength.
15+
Now, if we regularize the cost function (e.g., via L2 regularization), we add an additional term to our cost function (J) that increases as the value of your parameter weights (w) increase; keep in mind that the regularization we add a new hyperparameter, lambda, to control the regularization strength.
1616

1717
![](./regularized-logistic-regression-performance/l2-term.png)
1818

0 commit comments

Comments
 (0)