Skip to content

Activation Functions

Non-linear functions in neural networks

Allow strong signals through, block weak signals

Types:

Provides non-linearity for artificial-neural-network

→ Enables learning complex patterns → Types: ReLU, sigmoid, tanh, softmax → Without it, network collapses to linear regression


References

#ml-notes

On this page