Sigmoidfunktionen
Sigmoid functions are a class of mathematical functions that have an "S"-shaped curve or sigmoid curve. They are commonly used in machine learning and neural networks to introduce non-linearity into models. The most well-known sigmoid function is the logistic function, defined by the formula:
where e is the base of the natural logarithm. This function maps any real-valued number into the
Another popular sigmoid function is the hyperbolic tangent (tanh) function, defined by:
f(x) = (e^x - e^(-x)) / (e^x + e^(-x))
The tanh function maps real-valued numbers to the range (-1, 1), which can be beneficial in certain
Sigmoid functions have several properties that make them useful in machine learning. They are differentiable, which
Despite these drawbacks, sigmoid functions remain a fundamental component in many machine learning models, particularly in