Derivative of sigmoid

前端 未结 4 699
闹比i
闹比i 2021-02-02 11:00

I\'m creating a neural network using the backpropagation technique for learning.

I understand we need to find the derivative of the activation function used. I\'m using

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-02 11:55

    The two ways of doing it are equivalent (since mathematical functions don't have side-effects and always return the same input for a given output), so you might as well do it the (faster) second way.

提交回复
热议问题