Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-27 | added pd META subpatch for help patchesHEADsvn2git-headexternals/ann | Jonathan Wilkes | |
svn path=/trunk/externals/ann/; revision=15281 | |||
2009-08-12 | Changed "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-09 | replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where | Hans-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-14 | a couple of minor tweaks to make things easier to build | Hans-Christoph Steiner | |
svn path=/trunk/externals/ann/; revision=11025 | |||
2009-03-05 | Added rinit method to set neuron weights to time-seeded random | B. Bogart | |
values. svn path=/trunk/externals/ann/; revision=10837 | |||
2008-02-08 | removed svn:executable property | IOhannes m zmölnig | |
svn path=/trunk/externals/ann/; revision=9412 | |||
2007-10-31 | added note on fann version to be used | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=8913 | |||
2006-12-29 | changed to follow help file standard | Hans-Christoph Steiner | |
svn path=/trunk/externals/ann/; revision=7100 | |||
2005-10-24 | fixed mouse/a key | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3763 | |||
2005-10-22 | added a tutorial and a little faq | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3748 | |||
2005-10-22 | fixed 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-31 | a 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-24 | some more activation functions ... | Georg Holzmann | |
svn path=/trunk/externals/ann/; revision=3370 | |||
2005-07-23 | some bugfixes and changes ... | Georg Holzmann | |
svn path=/trunk/externals/ann/; revision=3369 | |||
2005-06-29 | MAXINPUT is now 1024 (I needed more) | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3270 | |||
2005-06-20 | moving docs out of 5.reference, adding ann | carmen rocco | |
svn path=/trunk/externals/ann/; revision=3223 | |||
2005-06-01 | now links fann correctly. todo: use libfann.a instead of *.o | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3101 | |||
2005-05-31 | added osx makefile | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3098 | |||
2005-05-23 | now compiles as externals and as library | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3073 | |||
2005-05-23 | removed #include in ann.c | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3072 | |||
2005-05-23 | added includes, now only ann.dll is needed to run all 3 ann objects | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3071 | |||
2005-05-22 | moved 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-20 | mlp 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-20 | raised 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-19 | correcting typos | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3035 | |||
2005-05-19 | deleted ann.dll from targets | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3034 | |||
2005-05-19 | changed authors section | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3033 | |||
2005-05-19 | the joys of dos2unix | IOhannes m zmölnig | |
svn path=/trunk/externals/ann/; revision=3032 | |||
2005-05-19 | added a target "ann" to build as a single library | IOhannes m zmölnig | |
svn path=/trunk/externals/ann/; revision=3031 | |||
2005-05-19 | call setup-functions of ann_mlp and ann_td | IOhannes m zmölnig | |
svn path=/trunk/externals/ann/; revision=3030 | |||
2005-05-19 | made 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-19 | shut down the compiler... | IOhannes m zmölnig | |
svn path=/trunk/externals/ann/; revision=3028 | |||
2005-05-19 | now it compiles on my system, producing a bunch of pd_linux's | IOhannes m zmölnig | |
svn path=/trunk/externals/ann/; revision=3027 | |||
2005-05-19 | added a simple manual for ann_mlp | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3024 | |||
2005-05-19 | train on the fly has an autotrainer | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3023 | |||
2005-05-19 | ann is now the last to be built | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3022 | |||
2005-05-18 | files moved in examples/ann_som folder | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3021 | |||
2005-05-18 | added a simple readme | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3020 | |||
2005-05-18 | new helpfiles for ann_mlp and ann_td | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3015 | |||
2005-05-18 | ann_som example moved in its folder | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3014 | |||
2005-05-18 | new example for ann_td | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3013 | |||
2005-05-18 | new examples for ann_mlp | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3012 | |||
2005-05-18 | added ann_mlp and ann_td | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3011 | |||
2005-05-18 | introducing ann_mlp and ann_td | Davide Morelli | |
svn path=/trunk/externals/ann/; revision=3010 | |||
2005-04-12 | code cleanup | IOhannes m zmölnig | |
svn path=/trunk/externals/ann/; revision=2737 | |||
2003-07-21 | fixed helpfile path | Guenter 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-24 | added "cinit" for centered initialization (preliminary) | IOhannes m zmölnig | |
svn path=/trunk/externals/ann/; revision=654 | |||
2002-10-21 | fixed the stupid "rule"-bug in ann_som.c | IOhannes m zmölnig | |
svn path=/trunk/externals/ann/; revision=180 |