Multilayer Perceptrons are the basic unit of a NN

A type of NN that implements multiple layers of the basic perceptron.

$$ y = \sigma(w^T \cdot x) $$ $$ e = \frac{1}{2}(\hat{y} - y)^2$$