A Fully-connected, Feedforward Net
Activation flows from input layer to hidden layer to output layer.
Each unit in one layer is connected in the forward direction to every unit in the next layer.
Activation level in output layer determines output of net.
Units produce real-value based on sigmoid function.