Neural Network Simulator
This is my research and implementation of a Neural Network Simulator. At the moment this is just a quick dump of most of what I had sitting around. When I get a chance I will put everything togather in a nicer way.
Research and Experiments
I used Mathematica to run a few simple perceptron experiments in 2 and 3 dimensions.
2-Dimensional Perceptron | HTML | Mathematica Notebook |
3-Dimensional Perceptron | HTML | Mathematica Notebook |
Perceptron Implementation
This is a simple console implementation of a perceptron (that I think is broken). Perceptron
Simulator
The following are attempts at a simulator from 2003. Many of the versions are broken. None are fully functional. They are only here for my sake.