I posted something almost identical to this a few days ago,
but later discovered that there actually were other Neural
Nets on CPAN (AI::NeuralNet::...).  It'd still like to
upload this stuff even though it's a little redundant in
spots, because I'd like to turn give my libjneural.so a perl
wrapper.

I'd like to upload AI::jNeural.  'j', because my nets are
done a little funny.  Under it, I will put dozens of modules
as the become available.  They'll arrive in fairly random
order, but something like this:

AI::jNeural::arch::neuron
AI::jNeural::arch::layer
AI::jNeural::arch::hidden_layer

AI::jNeural::net::backprop
AI::jNeural::net::kohonen
AI::jNeural::net::sarsa

AI::jNeural::util::transfer
AI::jNeural::util::normalizer
AI::jNeural::util::matrix_reader

ID:    JETTERO

Desc:  

Name           DSLI  Description                                  Info
-------------  ----  -------------------------------------------- -----
neuron         cd+O  The most basic form Jet's Neural Arch offers JETTERO
layer          cd+O  A bunch of neurons                           JETTERO
backprop       cd+O  A crappy (but very popular) neural net       JETTERO


... need I list them all?

On Sun, Oct 29, 2000 at 06:24:23PM -0500, Jettero Heller wrote:
> I noticed there were no nerual net or artificial intelegence
> libs on CPAN.  This simply will not do.
> 
> A long time ago, but still after college, I wrote Jet's
> Neural Architecture.  Today, I nurtured it into a dynamic
> link library so I could start on this big bad momma of a
> project.
> 
> I'd like to upload Math::jNeural.  j, because my nets are
> done a little funny.  Under it, I will put dozens of modules
> as the become available.  They'll arrive in fairly random
> order, but something like this:
> 
> Math::jNeural::arch::neuron
> Math::jNeural::arch::layer
> Math::jNeural::arch::hidden_layer
> 
> Math::jNeural::net::backprop
> Math::jNeural::net::kohonen
> Math::jNeural::net::sarsa
> 
> Math::jNeural::util::transfer
> Math::jNeural::util::normalizer
> Math::jNeural::util::matrix_reader
> 
> ID:    JETTERO
> 
> Desc:  
> 
> Name           DSLI  Description                                  Info
> -------------  ----  -------------------------------------------- -----
> neuron         cd+O  The most basic form Jet's Neural Arch offers JETTERO
> layer          cd+O  A bunch of neurons                           JETTERO
> backprop       cd+O  A crappy (but very popular) neural net       JETTERO
> 
> 
> ... need I list them all?
> 
> -- 
> http://www.voltar.org/
> 

-- 
http://www.voltar.org/

Reply via email to