From c5c71eb40d3d3df9c35036a52eff9699a0416f37 Mon Sep 17 00:00:00 2001 From: Shine__Wong <1551885@tongji.edu.cn> Date: Tue, 14 Jan 2020 20:14:37 +0800 Subject: [PATCH] update the display of images. --- ml/logistic_regression/logistic_regression.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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$),利用梯度下降法对模型进行训练。结果如下: -  +
![]() |
+ ![]() |
+