Backpropagation neural network source code

Discussion in 'Automated Trading' started by n00b7r4d3r, Nov 3, 2008.

  1. #11     Jan 7, 2009
  2. Corey

    Corey

    Don't use "__" before your inclusion guards. Since they start with capital letters, this name is reserved and you are violating the standards.
     
    #12     Jan 7, 2009
  3. 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.
     
    #13     Feb 11, 2009