Definition
Mathematical functions that determine the output of a neural network node based on its input
Detailed Explanation
Activation functions introduce non-linearity into neural networks, allowing them to learn complex patterns. Common functions include ReLU, sigmoid, and tanh, each with different properties affecting network training and performance.
Use Cases
Used in all neural network architectures