Backpropagation neural network source code

Don't use "__" before your inclusion guards. Since they start with capital letters, this name is reserved and you are violating the standards.
 
Quote from dude25:

I am very interested in neural networks and especially using back propagation to couple of my strategies, ...

While neural networks are certainly useful tools, there are other nonlinear modeling algorithms which are much easier to program (like k-nearest neighbors) which can also be useful. I am not recommending one algorithm over another, just suggesting that some algorithms might be easier to start with, if you need to code your own.
 
Back
Top