aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-27added pd META subpatch for help patchesHEADsvn2git-headexternals/annJonathan Wilkes
2009-08-12Changed "example" (this should be a help-file?) to reflect addition of B. Bogart
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
2009-04-14a couple of minor tweaks to make things easier to buildHans-Christoph Steiner
2009-03-05Added rinit method to set neuron weights to time-seeded random B. Bogart
2008-02-08removed svn:executable propertyIOhannes m zmölnig
2007-10-31added note on fann version to be usedDavide Morelli
2006-12-29changed to follow help file standardHans-Christoph Steiner
2005-10-24fixed mouse/a keyDavide Morelli
2005-10-22added a tutorial and a little faqDavide Morelli
2005-10-22fixed unsigned/signed errors (msvc specific?)Davide Morelli
2005-08-31*** empty log message ***Georg Holzmann
2005-08-31a new example - needs much externals, but should only should how to use the n...Georg Holzmann
2005-07-24some more activation functions ...Georg Holzmann
2005-07-23some bugfixes and changes ...Georg Holzmann
2005-06-29MAXINPUT is now 1024 (I needed more)Davide Morelli
2005-06-20moving docs out of 5.reference, adding anncarmen rocco
2005-06-01now links fann correctly. todo: use libfann.a instead of *.oDavide Morelli
2005-05-31added osx makefileDavide Morelli
2005-05-23now compiles as externals and as libraryDavide Morelli
2005-05-23removed #include in ann.cDavide Morelli
2005-05-23added includes, now only ann.dll is needed to run all 3 ann objectsDavide Morelli
2005-05-22moved splash-screen from _new() to _setup() (so it only shows up once, when t...IOhannes m zmölnig
2005-05-20mlp and td ready to be compiled as a single file (library) ann.c needs to be ...Davide Morelli
2005-05-20raised the max.number of inputs/outputs (i needed more of them...)IOhannes m zmölnig
2005-05-19correcting typosDavide Morelli
2005-05-19deleted ann.dll from targetsDavide Morelli
2005-05-19changed authors sectionDavide Morelli
2005-05-19the joys of dos2unixIOhannes m zmölnig
2005-05-19added a target "ann" to build as a single libraryIOhannes m zmölnig
2005-05-19call setup-functions of ann_mlp and ann_tdIOhannes m zmölnig
2005-05-19made all local functions static (in order to not interfere with each other)IOhannes m zmölnig
2005-05-19shut down the compiler...IOhannes m zmölnig
2005-05-19now it compiles on my system, producing a bunch of pd_linux'sIOhannes m zmölnig
2005-05-19added a simple manual for ann_mlpDavide Morelli
2005-05-19train on the fly has an autotrainerDavide Morelli
2005-05-19ann is now the last to be builtDavide Morelli
2005-05-18files moved in examples/ann_som folderDavide Morelli
2005-05-18added a simple readmeDavide Morelli
2005-05-18new helpfiles for ann_mlp and ann_tdDavide Morelli
2005-05-18ann_som example moved in its folderDavide Morelli
2005-05-18new example for ann_tdDavide Morelli
2005-05-18new examples for ann_mlpDavide Morelli
2005-05-18added ann_mlp and ann_tdDavide Morelli
2005-05-18introducing ann_mlp and ann_tdDavide Morelli
2005-04-12code cleanupIOhannes m zmölnig
2003-07-21fixed helpfile pathGuenter Geiger
2003-05-24"-mpentiumpro" is no longer a valid gcc-flag. i have changed it to "-march=pe...IOhannes m zmölnig
2003-05-24added "cinit" for centered initialization (preliminary)IOhannes m zmölnig
2002-10-21fixed the stupid "rule"-bug in ann_som.cIOhannes m zmölnig