1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Jan 03, 2023 — Jan 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplify overflow check for layer size More... almost 6 years ago
Simplify overflow check for layer size More... almost 6 years ago
include/fann.h: check defined(_MSC_VER) before comparing it More... almost 6 years ago
fann_io: fix integer overflows in the layer_size parser More... almost 6 years ago
Fix #73 - change dataset path More... almost 6 years ago
Fix #73 - change dataset path More... almost 6 years ago
Ignore example generated net files More... almost 6 years ago
Ignore example generated net files More... almost 6 years ago
Update .gitignore More... almost 6 years ago
Update .gitignore More... almost 6 years ago
Merge branch 'bmwiedemann-master' More... almost 6 years ago
Merge branch 'bmwiedemann-master' More... almost 6 years ago
Merge branch 'master' of https://github.com/bmwiedemann/fann into bmwiedemann-master More... almost 6 years ago
Merge branch 'master' of https://github.com/bmwiedemann/fann into bmwiedemann-master More... almost 6 years ago
Merge pull request #68 from NathanEpstein/master More... almost 6 years ago
Merge pull request #68 from NathanEpstein/master More... almost 6 years ago
Fix "header not found" errors when building from subdirectory More... over 7 years ago
Fix "header not found" errors when building from subdirectory More... over 7 years ago
example Makefile with separate CFLAGS+LDFLAGS More... over 7 years ago
example Makefile with separate CFLAGS+LDFLAGS More... over 7 years ago
Added a check for C++11 support. If not supported a warning is printed and tests are not compiled. More... over 7 years ago
Added a check for C++11 support. If not supported a warning is printed and tests are not compiled. More... over 7 years ago
fann_io: fix integer overflows in the layer_size parser More... over 7 years ago
include/fann.h: check defined(_MSC_VER) before comparing it More... over 7 years ago
fix typo in the readme More... about 8 years ago
fix typo in the readme More... about 8 years ago
Cast double precision literals to fann_type and added compile time selection of sin, cos and exp or thier single precision variants. This only makes 2% to 3% difference on x86 but is significant on processors that do not have HW double precision support. More... over 8 years ago
Cast double precision literals to fann_type and added compile time selection of sin, cos and exp or thier single precision variants. This only makes 2% to 3% difference on x86 but is significant on processors that do not have HW double precision support. More... over 8 years ago
Use gcc for C compilation (rather than g++ which generates a warning about -std=c99). More... over 8 years ago
Use gcc for C compilation (rather than g++ which generates a warning about -std=c99). More... over 8 years ago