diff --git a/ml/logistic_regression/logistic_regression.md b/ml/logistic_regression/logistic_regression.md index 33c4b61..3168632 100644 --- a/ml/logistic_regression/logistic_regression.md +++ b/ml/logistic_regression/logistic_regression.md @@ -281,7 +281,10 @@ $$ 之后,我手动将这些数据划分成了训练集和测试集,其中测试集占所有数据的20%。然后分别使用未正则化的损失函数与正则化的损失函数($\lambda = 1$),利用梯度下降法对模型进行训练。结果如下: -  +
![]() |
+ ![]() |
+