aboutsummaryrefslogtreecommitdiff
path: root/src/ann_mlp.c
AgeCommit message (Collapse)Author
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-22fixed unsigned/signed errors (msvc specific?)Davide Morelli
svn path=/trunk/externals/ann/; revision=3747
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-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-19the joys of dos2unixIOhannes m zmölnig
svn path=/trunk/externals/ann/; revision=3032
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-18added ann_mlp and ann_tdDavide Morelli
svn path=/trunk/externals/ann/; revision=3011