AI-LibNeural

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

#
# $Header$
#

AI::LibNeural version 0.02
==========================

This module provides access to the c++ library libneural.
(http://ieee.uow.edu.au/~daniel/software/libneural/ or search for libneural on
freshmeat.net.) libneural is a simple, but useful, backpropagation neural
network. It isn't packed with features or a speed demon, but it works and it's
easy to learn how to use.

INSTALLATION

> perl Makefile.PL
or 
> perl Makefile.PL PREFIX=/some/non/system/place
(then setting PERL5LIB as appropriate based on ^ is a good ideal)
ignore the warnings about CC and LD being unknown parameters, then
> make all test install



( run in 0.269 second using v1.01-cache-2.11-cpan-4d50c553e7e )