Search   Feed   Browse   Add
Feed items 1 - 2 of 2 for January 2006

perl.ai

...

New AI::NeuralNet::Simple - feedback welcome by Ovid - January 9, 2006

Hi all,For those interested in neural nets, there&39;s a new version ofAI::NeuralNet::Simple out(http:search.cpan.orgdistAI-NeuralNet-Simple). This versionincorporates a good-sized patch from Raphael Manfredi, the author ofStorable.New features: Added tanh activation function. train_set() now accepts a maximum error rate target. Multiple network support. Persistence via storable.AI::NeuralNet::Simple is an easy to use "feed forward, back propogationneural network." Since the...
http://www.nntp.perl.org/group/perl.ai/2006/01/msg543.html

Yaswi with modules by Steffen Schwigon - January 9, 2006

! usrbinperluse strict;use warnings;use Language::Prolog::Types::overload;use Language::Prolog::Yaswi qw(:query :load :context);use Language::Prolog::Sugar functors => give_me_sth => &39;give_me_sth&39; , vars => qw( Answer ) ;swi_use_modules ( ".a.swipl", ".b.swipl" );sub yaswi_give_me_sth local $swi_module = &39;a&39;; or &39;b&39; Variante 1 swi_set_query( give_me_sth(2, Answer) ); my $answer = swi_var(Answer) if swi_next; swi_cut if...
http://www.nntp.perl.org/group/perl.ai/2006/01/msg542.html
Available Archives
- January (2 items)
- February (1 item)
- April (3 items)
- December (5 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact