Activation functions

Home > Computer Science > Computer vision > Convolutional neural networks > Activation functions

Activation functions are used in neural networks to introduce non-linearity into the model. Common activation functions used in CNNs include ReLU, sigmoid, and tanh.