aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-27added pd META subpatch for help patchesHEADsvn2git-headexternals/annJonathan Wilkes
svn path=/trunk/externals/ann/; revision=15281
2009-08-12Changed "example" (this should be a help-file?) to reflect addition of B. Bogart
"rinit" method to set weights to time-seeded random values. svn path=/trunk/externals/ann/; revision=11900
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/ann/; revision=11724
2009-04-14a couple of minor tweaks to make things easier to buildHans-Christoph Steiner
svn path=/trunk/externals/ann/; revision=11025
2009-03-05Added rinit method to set neuron weights to time-seeded random B. Bogart
values. svn path=/trunk/externals/ann/; revision=10837
2008-02-08removed svn:executable propertyIOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=9412
2007-10-31added note on fann version to be usedDavide Morelli
svn path=/trunk/externals/ann/; revision=8913
2006-12-29changed to follow help file standardHans-Christoph Steiner
svn path=/trunk/externals/ann/; revision=7100
2005-10-24fixed mouse/a keyDavide Morelli
svn path=/trunk/externals/ann/; revision=3763
2005-10-22added a tutorial and a little faqDavide Morelli
svn path=/trunk/externals/ann/; revision=3748
2005-10-22fixed unsigned/signed errors (msvc specific?)Davide Morelli
svn path=/trunk/externals/ann/; revision=3747
2005-08-31*** empty log message ***Georg Holzmann
svn path=/trunk/externals/ann/; revision=3470
2005-08-31a new example - needs much externals, but should only should how to use the ↵Georg Holzmann
new extensions ... svn path=/trunk/externals/ann/; revision=3469
2005-07-24some more activation functions ...Georg Holzmann
svn path=/trunk/externals/ann/; revision=3370
2005-07-23some bugfixes and changes ...Georg Holzmann
svn path=/trunk/externals/ann/; revision=3369
2005-06-29MAXINPUT is now 1024 (I needed more)Davide Morelli
svn path=/trunk/externals/ann/; revision=3270
2005-06-20moving docs out of 5.reference, adding anncarmen rocco
svn path=/trunk/externals/ann/; revision=3223
2005-06-01now links fann correctly. todo: use libfann.a instead of *.oDavide Morelli
svn path=/trunk/externals/ann/; revision=3101
2005-05-31added osx makefileDavide Morelli
svn path=/trunk/externals/ann/; revision=3098
2005-05-23now compiles as externals and as libraryDavide Morelli
svn path=/trunk/externals/ann/; revision=3073
2005-05-23removed #include in ann.cDavide Morelli
svn path=/trunk/externals/ann/; revision=3072
2005-05-23added includes, now only ann.dll is needed to run all 3 ann objectsDavide Morelli
svn path=/trunk/externals/ann/; revision=3071
2005-05-22moved splash-screen from _new() to _setup() (so it only shows up once, when ↵IOhannes m zmölnig
the external/library is loaded) svn path=/trunk/externals/ann/; revision=3068
2005-05-20mlp and td ready to be compiled as a single file (library) ann.c needs to be ↵Davide Morelli
changed: we should add #include ann_*.c svn path=/trunk/externals/ann/; revision=3045
2005-05-20raised the max.number of inputs/outputs (i needed more of them...)IOhannes m zmölnig
checks whether max.# IOputs is exceeded (and not just reached) svn path=/trunk/externals/ann/; revision=3037
2005-05-19correcting typosDavide Morelli
svn path=/trunk/externals/ann/; revision=3035
2005-05-19deleted ann.dll from targetsDavide Morelli
svn path=/trunk/externals/ann/; revision=3034
2005-05-19changed authors sectionDavide Morelli
svn path=/trunk/externals/ann/; revision=3033
2005-05-19the joys of dos2unixIOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=3032
2005-05-19added a target "ann" to build as a single libraryIOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=3031
2005-05-19call setup-functions of ann_mlp and ann_tdIOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=3030
2005-05-19made all local functions static (in order to not interfere with each other)IOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=3029
2005-05-19shut down the compiler...IOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=3028
2005-05-19now it compiles on my system, producing a bunch of pd_linux'sIOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=3027
2005-05-19added a simple manual for ann_mlpDavide Morelli
svn path=/trunk/externals/ann/; revision=3024
2005-05-19train on the fly has an autotrainerDavide Morelli
svn path=/trunk/externals/ann/; revision=3023
2005-05-19ann is now the last to be builtDavide Morelli
svn path=/trunk/externals/ann/; revision=3022
2005-05-18files moved in examples/ann_som folderDavide Morelli
svn path=/trunk/externals/ann/; revision=3021
2005-05-18added a simple readmeDavide Morelli
svn path=/trunk/externals/ann/; revision=3020
2005-05-18new helpfiles for ann_mlp and ann_tdDavide Morelli
svn path=/trunk/externals/ann/; revision=3015
2005-05-18ann_som example moved in its folderDavide Morelli
svn path=/trunk/externals/ann/; revision=3014
2005-05-18new example for ann_tdDavide Morelli
svn path=/trunk/externals/ann/; revision=3013
2005-05-18new examples for ann_mlpDavide Morelli
svn path=/trunk/externals/ann/; revision=3012
2005-05-18added ann_mlp and ann_tdDavide Morelli
svn path=/trunk/externals/ann/; revision=3011
2005-05-18introducing ann_mlp and ann_tdDavide Morelli
svn path=/trunk/externals/ann/; revision=3010
2005-04-12code cleanupIOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=2737
2003-07-21fixed helpfile pathGuenter Geiger
svn path=/trunk/externals/ann/; revision=790
2003-05-24"-mpentiumpro" is no longer a valid gcc-flag. i have changed it to ↵IOhannes m zmölnig
"-march=pentium3" svn path=/trunk/externals/ann/; revision=655
2003-05-24added "cinit" for centered initialization (preliminary)IOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=654
2002-10-21fixed the stupid "rule"-bug in ann_som.cIOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=180