freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-py.../tensorflow/neural-networks-activation-...

31 lines
358 B
Markdown
Raw Normal View History

---
id: 5e8f2f13c4cdbe86b5c72d93
title: '神经网络:激活函数'
challengeType: 11
videoId: S45tqW6BqRs
dashedName: neural-networks-activation-functions
---
# --question--
## --text--
哪个激活函数在 -1 和 1 之间切换值?
## --answers--
ReLU线性整流函数
---
Tanh双曲函数
---
Sigmoid
## --video-solution--
2