Performs an animated fit of a random function using fully connected network in tensorflow
python fit.py
For relatively complex function like sin(x^2) the network performs well for a single layer.
For more complex functions like cos(x^3) the network performs with multilayers.

