Files
freeCodeCamp/curriculum/challenges/chinese-traditional/11-machine-learning-with-python/tensorflow/neural-networks-activation-functions.md

358 B
Raw Blame History

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e8f2f13c4cdbe86b5c72d93 神經網絡:激活函數 11 S45tqW6BqRs neural-networks-activation-functions

--question--

--text--

哪個激活函數在 -1 和 1 之間切換值?

--answers--

ReLU線性整流函數


Tanh雙曲函數


Sigmoid

--video-solution--

2