Skip to content

Commit 83a9d1f

Browse files
authored
Update LogisticRegression.md
1 parent b48d022 commit 83a9d1f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/source/LogisticRegression.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ The dependent variable of logistics regression can be two-category or multi-cate
1313
The general steps for regression problems are as follows:
1414

1515

16+
logistic回归则通过函数S将ax+b对应到一个隐状态p,p = S(ax+b),然后根据p与1-p的大小决定因变量的值。这里的函数S就是Sigmoid函数
17+
https://www.cnblogs.com/Belter/p/6128644.html
18+
1619
The full example is [here](https://github.com/SciSharp/TensorFlow.NET/blob/master/test/TensorFlowNET.Examples/LogisticRegression.cs).

0 commit comments

Comments
 (0)