Back to Freecodecamp

Neural Networks: Activation Functions

curriculum/challenges/english/blocks/tensorflow/5e8f2f13c4cdbe86b5c72d93.md

latest207 B
Original Source

--questions--

--text--

Which activation function squishes values between -1 and 1?

--answers--

ReLU (Rectified Linear Unit)


Tanh (Hyperbolic Tangent)


Sigmoid

--video-solution--

2