Overview
Logistic Regression can be seen to be a fairly simple example of a neural network.The forecast produced by the logistic regression for a data point {% \vec{x} %} is given by
{% \hat{y} = \sigma(b + \vec{w}^T \vec{x}) %}
This can be seen as a 1-layer neural network with the sigmoid activation function and a single output.