I was curious about how neural networks behaved when learning to approximate functions. In order to get a better qualitative feel for their learning behavior, I hacked up this simple visualization. In this application, a simple neural network learns functions from R2->R. While it is learning, the application continually re-draws the surface of the function represented by the current state of the neural network.
The domain for both display and training is restricted to [-1,1] x [-1,1], and the range is restricted to [0,1].
The functions it can learn are as follows
What is seen in this image is a neural network that has been trained on the "xor" function attempting to adjust to the "sin(x)*sin(y)" function. Neural networks do exhibit interesting looking behavior in these scenarios
You can download these files here (for mfc71.dll) and here (for msvcr71.dll). I think you need to put them in the same directory as the exe, but if you are sufficiently familiar with windows to do the "registering dlls" dance, then that might work too.
Download The application. Download someplace alongside the requisite MFC DLLs. Then run it. Please bear in mind that this is a windows executable, while I have not intentionally put malicious code into it, it should be treated with the same degree of caution as any windows executable downloaded from the internet.