perl.ai...Re: ANNOUNCE AI::FANN by Salvador "Fandio"- April 14, 2006 --- Ovid <publiustemp-perlaiyahoo.com> wrote:> I think these are a typos:> > FANN::AI->new_standard(layer_sizes)> FANN::AI->new_sparse($connection_rate, layer_sizes)> FANN::AI->new_shortcut(layer_sizes)> FANN::AI->new_from_file($filename)oh, yes, thank you for pointing them.Cheers, - Salva__________________________________________________Do You Yahoo!Tired of spam Yahoo! Mail has the best spam protection around http:mail.yahoo.comhttp://www.nntp.perl.org/group/perl.ai/2006/04/msg547.html Re: ANNOUNCE AI::FANN by Ovid- April 14, 2006 --- Salvador Fandi�o <sfandinoyahoo.com> wrote:> Hi,> > I have uploaded the new AI::FANN module to CPAN:> > http:search.cpan.orgsalvaAI-FANNLooks great (from the docs, haven&39;t tested it).I think these are a typos: FANN::AI->new_standard(layer_sizes) FANN::AI->new_sparse($connection_rate, layer_sizes) FANN::AI->new_shortcut(layer_sizes) FANN::AI->new_from_file($filename)Cheers,Ovid-- If this message is a response to a question on a..http://www.nntp.perl.org/group/perl.ai/2006/04/msg546.html ANNOUNCE AI::FANN by Salvador Fandio- April 14, 2006 Hi,I have uploaded the new AI::FANN module to CPAN: http:search.cpan.orgsalvaAI-FANNIt is a wrapper for the Fast Artificial Neural Network library(http:fann.sf.net): Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for...http://www.nntp.perl.org/group/perl.ai/2006/04/msg545.html |