Neural Activation Functions - Difference between Logistic / Tanh / etc

后端 未结 4 1183
广开言路
广开言路 2021-02-08 09:50

I\'m writing some basic neural network methods - specifically the activation functions - and have hit the limits of my rubbish knowledge of math. I understand the respective ran

4条回答
  •  误落风尘
    2021-02-08 10:15

    Bipolar sigmoid = (1-e^(-x))/(1 + e^(-x))

    Detailed explanation can be found at here

提交回复
热议问题