8 posts tagged with "machine learning"

View All Tags

Linear and Non Linear Activation Functions

What is Activation Function?

Activation functions are mathematical equations that determine the output of a neural network. This functions are added to each neuron in the neural network and determines whether it should be fired or not, based on neuron’s input.

There are mainly two types of activation functions

  1. Linear Activation Function
  2. Non Linear Activation Function