I am trying to make my own neural network in order to understand how it works, I do understand some basic differential calculus, but the back propagation formulas are a bit hard for my brain.
This is as far as I could go:
http://badjano.com/nn/stackoverflow.html
I wanted it to work with multiple hidden layers ( only work with 1 though with as many neurons as I want ) and also the xor test isn't working either and so is non-linear tests, and I don't get why it isn't working.
I have some neural network codes that I found over the internet, but I had some difficulty trying to read it.
If anyone could help, I would very much appreciate it :)
Edit: I couldn't find an easier way to show my code, but I did put it all in the html file so all you need to do is view the source, or save it locally so you could edit it.