AI-NNFlex
    
    
  
  
  
view release on metacpan or search on metacpan
lib/AI/NNFlex.pm view on Meta::CPAN
# two different network types or learning algorithms, like an effectve
# single network with 2 layers unsupervised and 2 layers supervised
#
# Clean up the perldocs
#
###############################################################################
$VERSION = "0.24";
###############################################################################
my @DEBUG; 	# a single, solitary, shameful global variable. Couldn't
		#avoid it really. It allows correct control of debug
		#information before the $network object is created
		# (in ::layer->new & ::node->new for  example).
###############################################################################
###############################################################################
# package NNFlex
###############################################################################
###############################################################################
( run in 1.072 second using v1.01-cache-2.11-cpan-5dc5da66d9d )