R: [PD] New external on neural networks

Davide Morelli info at davidemorelli.it
Mon May 9 16:12:23 CEST 2005


[save filename( 
[load filename(
Ok, done. 

fann_train()
I am trying to implement on-the-fly learning but the net seems to reset each
time I train it.. Working on it..

autoconf:
I agree, I'll try to write 
- an autoconf 
AND 
- a Makefile for msvc (the one I'm using now)

Btw: how does one get access to CVS as a developer?


> -----Messaggio originale-----
> Da: pd-list-bounces at iem.at [mailto:pd-list-bounces at iem.at] 
> Per conto di IOhannes m zmoelnig
> Inviato: lunedì 9 maggio 2005 14.18
> A: Davide Morelli
> Cc: PD Lista
> Oggetto: Re: [PD] New external on neural networks
> 
> Davide Morelli wrote:
> > 
> > IOhannes:
> > the learn_from_file()  function must be called only once, after the 
> > net is trained you can save its state sending 2 messages:
> > [filename test.net(
> > then
> > [save(
> > the net can be loaded simply using the test.net as argument [nn 
> > test.net] or by sending 2 messages:
> > [filename test.net(
> > and
> > [load(
> 
> yes, i have seen that as soon as i have compiled and tried 
> your external.
> (btw, wouldn't it be nice to also accept [save test.net( 
> instead of [filename test.net, save( ??
> 
> > 
> > IOhannes and Georg:
> > I would really like to have on-line training but I think is not 
> > supported by FANN right now.. umph.
> 
> looking at my fann.h file (from fann-1.2.0) i see a 
> fann_train()-function which should do that, no ?
> (this will work only for floating-point values though)
> 
> 
> > 
> > I never created an autoconf myself although I saw many, I 
> will try as 
> > soon as I have some spare time. (I must find the time to 
> reinstall linux 
> > at home)
> > It will be a perfect solution for linux and osx.  ...but 
> what about win32?
> 
> cygwin will know how to handle it.
> a plain msvc-environment is different of course, but i guess 
> one could 
> live with that:
> 
> just an idea:
> + provide a "Makefile" for msvc (which people would have to edit to 
> match their system)
> + provide a configure script that overwrites the "Makefile" 
> on systems 
> that support configure
> 
> or:
>   use "Makefile.nt"
> 
> 
> this reminds me, that i should buy a written documentation (aka: 
> handbook) for make.
> 
> 
> 
> mfg.a.dr
> IOhannes
> 
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> -- 
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.11.3 - Release Date: 03/05/2005
> 
> 





More information about the Pd-list mailing list