Küllastusfunktsioon
Küllastusfunktsioon, also known as a saturation function or clamp function, is a mathematical concept used in various fields, particularly in electronics, signal processing, and neural networks. It describes a function whose output value is limited to a certain range, typically between a minimum and maximum value. When the input to the function exceeds these bounds, the output remains at the maximum or minimum value, respectively.
In electronics, saturation functions are relevant when describing the behavior of components like transistors or operational
In signal processing, saturation functions can be used to prevent clipping or distortion by ensuring that signal
In the context of artificial neural networks, saturation functions are employed as activation functions in neurons.