aktivaatiofunktion
An activation function is a mathematical function applied to the output of a neuron in a neural network to introduce non-linearity into the model. This non-linearity allows the network to learn and represent complex patterns in data. Without activation functions, a neural network would essentially be a linear model, regardless of the number of layers, as the composition of linear functions is still a linear function.
Common activation functions include the sigmoid function, which maps input values to a range between 0 and
Activation functions play a crucial role in the training process of neural networks. They help in backpropagation
The choice of activation function can significantly impact the performance of a neural network. Different activation