in reply to Any suggestions for Neural Network implementation?

I used AI:FANN before but the most recent FANN release does not have Perl bindings.

Sure it does, there can't be that much difference between 2.1 and 2.2

  • Comment on Re: Any suggestions for Neural Network implementation?

Replies are listed 'Best First'.
Re^2: Any suggestions for Neural Network implementation?
by zerocred (Beadle) on May 02, 2012 at 09:21 UTC
    Thanks! I'll give it a go.
      If it doesn't work or you find some new functionality in 2.2 you want to use not available through the wrapper module AI::FANN, just file a bug report and I will try to update it.
        Thank you - That's very kind of you! I think I only need plain vanilla NN functions, the most challenging bit is formatting the input data. I'll let you know how I get on.