Easy to use Perl modules for neural networks

Viewed 1974

In a project that I'm working on I have a decision problem and none of my attempts have given satisfying results: using domain specifik knowledge, trying to generate statistics and creating a statistical model etc etc.

I have basic knowledge about neural networks, now I want to try if that approach might yield some good results. I have a lot of data so all I want is basically to set up a simple NN, train it and see what I get.

Do you know about any decent Perl modules that might use for this purpose? I've found a few but I'd hate to waste my time trying all of them.

2 Answers
Related