Perceptron

Preceptron is one of the earliest ANN implementations (of course simple one) of neural network.

Activation Function

f(x)={\begin{cases}1&w^T*x+b>0\\0&{\text{otherwise}}\end{cases}}