[Intro to Deep Learning with PyTorch -- L2 -- N14] Sigmoid function

Posted answer1215

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Intro to Deep Learning with PyTorch -- L2 -- N14] Sigmoid function相关的知识,希望对你有一定的参考价值。

技术图片

技术图片

The sigmoid function is defined as sigmoid(x) = 1/(1+e-x). If the score is defined by 4x1 + 5x2 - 9 = score, then which of the following points has exactly a 50% probability of being blue or red? (Choose all that are correct.)

A. (1, 1)

B. (2, 4)

C. (5, -5)

D. (-4, 5)

以上是关于[Intro to Deep Learning with PyTorch -- L2 -- N14] Sigmoid function的主要内容,如果未能解决你的问题,请参考以下文章

[Intro to Deep Learning with PyTorch -- L2 -- N15] Softmax function

[Intro to Deep Learning with PyTorch -- L2 -- N20] Cross-Entropy

[Intro to Deep Learning with PyTorch -- L2 -- N14] Sigmoid function

Intro to Machine Learning

How To Improve Deep Learning Performance

deep learning入门:感知机