I'm a fan of the "test first" approach to programming.

My C++ program needs a neural net. I've been trying FANN (http://leenissen.dk/fann/wp/) but it's been a struggle, as it requires a language binding and will not just work from the command-line with an input file.

Is there a good Neural Net out there with reasonable performance, but very easy to compile, install, and use?

I want it to integrate with a C++ program later, after successful command-line experiments.

link|improve this question

61% accept rate
"just work from the command-line with an input file" As opposed to a compiler and a source file..? – ildjarn Jun 12 '11 at 21:04
feedback

migrated from stackoverflow.com Jun 12 '11 at 21:41

This question came from our site for professional and enthusiast programmers.

1 Answer

Although this is Java: PicoNode from the Simbad Project.

Maybe it helps ...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.