lun apr 19 23:52:33 CEST 2010
NeuralPerl v.0.1 finally released
--
After some hard work on it, I'm finally proud to announce the
first release of NeuralPerl. This is basically a Perl version of
C++ library Neural++, i.e. a Perl module that allows you to man-
age, create, train and use neural networks. It's fully compatible
with Neural++, I've tried to keep the same simple user-side ap-
proach, the same name for the methods, and the XML file syntaxes
(both for training sets and for saving network information)
should be fully compatible.
You can download it and take a look at some examples here:
http://0x00.ath.cx/prog/neuralperl/
Even if I always suggest the upgraded GIT version in order to
download git clone git://github.com/BlackLight/NeuralPerl.git
as it's usually more upgraded and stable than the "official" re-
lease.
To install it:
$ perl Makefile.PL
$ make
% make install
Then, you may look at the man page (`man NeuralPerl`) or inside
the examples/ directory to see some examples of its usage.
--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GAT d? a? C++++ U++++ P++++ L+++++ E--- W+++ !w PS+++ PE-- Y++ PGP++ X++
R+ tv-- b+>+++ DI++ G++ e+++ h* r++ z**
------END GEEK CODE BLOCK------