Browse Source

Update LogisticRegression.md

tags/v0.9
Evan Wang GitHub 6 years ago
parent
commit
36a12edf9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      docs/source/LogisticRegression.md

+ 1
- 2
docs/source/LogisticRegression.md View File

@@ -24,8 +24,7 @@ logistic回归通过函数S将ax+b对应到一个隐状态p,p = S(ax+b),然
P(x;a,b) = 1 / (1 + e^(-ax+b)) P(x;a,b) = 1 / (1 + e^(-ax+b))


![image](https://github.com/SciEvan/TensorFlow.NET/blob/master/docs/source/sigmoid.png) ![image](https://github.com/SciEvan/TensorFlow.NET/blob/master/docs/source/sigmoid.png)

sigmoid函数的图像
###sigmoid函数的图像


By the function of the function S, we can limit the output value to the interval [0, 1], By the function of the function S, we can limit the output value to the interval [0, 1],
p(x) can then be used to represent the probability p(y=1|x), the probability that y is divided into 1 group when an x occurs. p(x) can then be used to represent the probability p(y=1|x), the probability that y is divided into 1 group when an x occurs.


Loading…
Cancel
Save