Skip to content

A Perl module to create and manage neural networks in the easiest way. The API management is very similar to C++ Neural++ library

License

Notifications You must be signed in to change notification settings

blacklight/NeuralPerl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralPerl is a Perl module developed for managing neural networks,
and it's basically a Perl version, almost completely compatible, of
Neural++ library for C++.

For the installation:

$ perl Makefile.PL
$ make
$ make test (optional)
# make install

For the usage, just take a look in the 'examples' directory, or,
after the installation, take a look at the documentation via
'man NeuralNet'.

Author  : BlackLight <blacklight@autistici.org>
Web     : http://0x00.ath.cx
Licence : GPL v.3

About

A Perl module to create and manage neural networks in the easiest way. The API management is very similar to C++ Neural++ library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages