Skip to content

Commit 06f6e50

Browse files
committed
fix merge conflicts
2 parents a8c2ef9 + f18dad1 commit 06f6e50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

faq/regularized-logistic-regression-performance.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ 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 with the value of your parameter weights (w). Regularization strength is controlled via the addition of a new hyperparameter, lambda.
15+
16+
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.
17+
1618

1719
![](./regularized-logistic-regression-performance/l2-term.png)
1820

0 commit comments

Comments
 (0)