Commit Graph

  • 4f72209510 increased training loops to 500 master Lewis Van Winkle 2020-12-17 08:27:55 -06:00
  • 07b29f936c Merge pull request #44 from timgates42/bugfix_typo_optimization Lewis Van Winkle 2020-10-10 10:09:22 -05:00
  • 8ac633de97 docs: fix simple typo, optimizion -> optimization Tim Gates 2020-10-10 17:24:47 +11:00
  • 5e147c7e3f Merge pull request #43 from codeplea/doc_c99 Lewis Van Winkle 2020-10-09 09:53:38 -05:00
  • f6c22401d2 update doc to specify C99 Lewis Van Winkle 2020-10-09 09:52:57 -05:00
  • 122243f944 Removed inline function specifiers. v1.0.0 Lewis Van Winkle 2019-06-07 11:55:37 -05:00
  • 5c93809d3b Rebased to upstream master. Removed inline function specifiers. Jose Fernando Lopez Fernandez 2019-06-07 12:13:27 -04:00
  • 23f2a94216 added srand to examples Lewis Van Winkle 2018-09-05 08:06:25 -05:00
  • 30da4ebf5a changed header guard Lewis Van Winkle 2018-07-08 11:59:37 -05:00
  • 7cb7557668 make runs check by default Lewis Van Winkle 2018-07-07 19:07:45 -05:00
  • 94e22d4e06 tweaks to help it compile in VS Lewis Van Winkle 2018-07-07 19:05:53 -05:00
  • 703b51ad43 Merge branch 'master' of https://github.com/codeplea/genann Lewis Van Winkle 2018-07-07 19:05:24 -05:00
  • eb56a6d9f2 changed macro naming Lewis Van Winkle 2018-07-07 18:51:16 -05:00
  • 1afe9688d1 Merge pull request #22 from crclark96/crclark96-memleak-patch Lewis Van Winkle 2018-07-07 18:41:33 -05:00
  • 35d115964b free malloc'd memory at end of file #21 Collin Clark 2018-07-07 19:16:59 -04:00
  • fb6df6d00a update copyright date Lewis Van Winkle 2018-07-06 10:52:06 -05:00
  • 775b270851 update copyright date Lewis Van Winkle 2018-07-06 10:51:30 -05:00
  • 314ef383dd update copyright date Lewis Van Winkle 2018-07-06 10:50:44 -05:00
  • d2e716d9d1 removed line of dead code Lewis Van Winkle 2018-07-06 10:29:23 -05:00
  • b802e1e0b5 fixed fclose typo/bug Lewis Van Winkle 2018-07-06 10:28:11 -05:00
  • 033618b1f5 Merge pull request #8 from amboar/speed Lewis Van Winkle 2018-04-11 08:38:44 -05:00
  • e8680aed7c added link to tinn Lewis Van Winkle 2018-04-11 08:35:53 -05:00
  • d21d0f301b genann: Remove branching from back-propagation inner-loop Andrew Jeffery 2017-12-18 17:39:25 +10:30
  • db51375bb7 genann: Optionally resolve activation functions at link time Andrew Jeffery 2017-12-18 13:08:30 +10:30
  • b1f72be243 genann: Unroll loops via hoisting inner-loop conditions in genann_run() Andrew Jeffery 2017-12-18 08:57:58 +10:30
  • 6574bddf6b genann: Use reciprocal interval value to strength reduce divide to multiply Andrew Jeffery 2017-12-17 10:29:40 +10:30
  • b79a5ce751 Makefile: Increase optimisation Andrew Jeffery 2017-12-18 12:46:46 +10:30
  • ad8bbaa979 Makefile: Add test and example programs to clean target Andrew Jeffery 2017-12-18 12:25:48 +10:30
  • 01511920e2 Makefile: Fix CFLAGS variable name Andrew Jeffery 2017-12-18 12:23:27 +10:30
  • 4dd67e42bc Merge pull request #7 from amboar/misc-cleanups Lewis Van Winkle 2017-11-28 11:43:09 -06:00
  • e4e40304e0 Makefile: Use standard make variables and recipes Andrew Jeffery 2017-10-22 09:52:50 +10:30
  • 8b35090f06 genann: Sort headers Andrew Jeffery 2017-10-22 08:24:44 +10:30
  • 9e86fc903e genann: Fix unused-result warnings for fscanf() Andrew Jeffery 2017-10-22 08:23:58 +10:30
  • 4ef0a3f874 example4: Fix unused-result warning for fgets() Andrew Jeffery 2017-10-22 08:23:21 +10:30
  • afa5df1ffc Makefile: Use $(RM), silencing errors on missing files Andrew Jeffery 2017-10-22 08:04:36 +10:30
  • 88c9d3513b Merge pull request #5 from Dickby/master Lewis Van Winkle 2017-08-20 16:57:21 -05:00
  • e12f3a1820 simplify most inner loops of genann_run Dickby 2017-08-20 21:27:54 +02:00
  • de04314b10 fixed headings for github Lewis Van Winkle 2017-04-03 13:12:42 -05:00
  • a55180c2e4 typo Lewis Van Winkle 2017-01-30 20:06:38 -06:00
  • 4d2eec816e added more training for xor Lewis Van Winkle 2017-01-15 12:48:00 -06:00
  • b596fe2fd0 moved license Lewis Van Winkle 2016-12-21 12:22:49 -06:00
  • 9ffc3715f5 Added building section to readme Lewis Van Winkle 2016-12-07 15:44:18 -06:00
  • 58f8e88730 added logo to readme Lewis Van Winkle 2016-12-07 12:20:39 -06:00
  • 8853c56155 Added linear act output delta calculation Lewis Van Winkle 2016-05-20 17:54:46 -05:00
  • 29264145be Added linear activation function. Lewis Van Winkle 2016-05-19 16:55:44 -05:00
  • 6ece821187 Typo Lewis Van Winkle 2016-03-14 16:44:38 -05:00
  • 28e3d30ef1 Rewording. Lewis Van Winkle 2016-03-14 16:43:36 -05:00
  • 0bb6591322 Linked to examples. Lewis Van Winkle 2016-03-14 12:25:08 -05:00
  • d9da5edab4 Added to documentation. Lewis Van Winkle 2016-03-14 12:23:10 -05:00
  • 064703e332 Changed build to work with both gcc and clang. Lewis Van Winkle 2016-03-08 12:58:02 -06:00
  • b1fcdf7f69 Added travis build status. Lewis Van Winkle 2016-03-08 12:51:05 -06:00
  • 99e4d6a0e1 Changed name case, code style. Lewis Van Winkle 2016-02-11 14:38:42 -06:00
  • 2bbc1b146c Readme work. Lewis Van Winkle 2016-02-09 22:09:21 -06:00
  • f44be25c8b Tweaked readme. Lewis Van Winkle 2016-02-09 19:16:18 -06:00
  • b6da170fa7 Added C++ guards. Lewis Van Winkle 2016-02-09 19:13:37 -06:00
  • 850f080045 Initial commit Lewis Van Winkle 2016-02-09 17:53:54 -06:00