Piecewise Linear Functions
- Functions composed of linear pieces
- Slope remains consistent during linear portions
- Changes abruptly at transition points
- At transition points, a new linear function is added
a = max(0,z)
Piecewise Linear Functions
Role of Non-Linear Activation
ReLU’s non-linear behavior provides neural networks the critical ability to selectively activate different parts of the network depending on the input. This capability allows networks to model complex functions by combining simpler linear segments, creating piecewise linear approximations of any target function.