NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Neurel Net fun (Score:2)
I was also playing around with Neural Nets, but I quickly learned that the existing CPAN modules had documentation that assumed quite a bit of knowledge about NNs. To that end, I wrote AI::NeuralNet::Simple [cpan.org] (for some reason, I have a lot of Simple.pm modules.) That module uses Inline::C to implement an algorithm inspired by the excellent book AI Application Programming [bordersstores.com] by M. Tim Jones. I highly recommend that book as the explanations are lucid and it comes with complete programs, written in C. It also h