From 4fe62eda1927917ac9b874a4618b39e4652c4d1e Mon Sep 17 00:00:00 2001 From: Evan Wang <32366240@qq.com> Date: Thu, 11 Apr 2019 10:49:02 +0800 Subject: [PATCH] Update LogisticRegression.md --- docs/source/LogisticRegression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/LogisticRegression.md b/docs/source/LogisticRegression.md index 8c524ea9..59cf0725 100644 --- a/docs/source/LogisticRegression.md +++ b/docs/source/LogisticRegression.md @@ -23,7 +23,7 @@ logistic回归通过函数S将ax+b对应到一个隐状态p,p = S(ax+b),然 将t换成ax+b,可以得到逻辑回归模型的参数形式: P(x;a,b) = 1 / (1 + e^(-ax+b)) -![image](https://github.com/SciEvan/TensorFlow.NET/tree/master/docs/source/sigmoid.png) +![image](https://github.com/SciEvan/TensorFlow.NET/blob/master/docs/source/sigmoid.png) sigmoid函数的图像