Feedforward Neural Networks

https://towardsdatascience.com/backpropagation-made-easy-e90a4d5ede55

https://towardsdatascience.com/backpropagation-made-easy-e90a4d5ede55

Untitled

$$ a_i = b_i + W_i h_{i-1} $$

$$ h_i = g(a_i) $$

    where $g$ is called the activation function.

$$ f(x) = h_L = O(a_L) $$

   where $O$ is the output activation function.