Commit Graph

23 Commits

Author SHA1 Message Date
Andrew Jeffery 4ef0a3f874 example4: Fix unused-result warning for fgets()
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2017-10-22 08:23:21 +10:30
Andrew Jeffery afa5df1ffc Makefile: Use $(RM), silencing errors on missing files
$(RM) includes the -f flag, so the clean target now succeeds when files
to remove don't exist. The post-condition of clean is that compilation
artifacts are not present; this is trivially satisfied if they never
existed.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2017-10-22 08:05:06 +10:30
Lewis Van Winkle 88c9d3513b Merge pull request #5 from Dickby/master
simplify most inner loops of genann_run
2017-08-20 16:57:21 -05:00
Dickby e12f3a1820 simplify most inner loops of genann_run 2017-08-20 21:27:54 +02:00
Lewis Van Winkle de04314b10 fixed headings for github 2017-04-03 13:12:42 -05:00
Lewis Van Winkle a55180c2e4 typo 2017-01-30 20:06:38 -06:00
Lewis Van Winkle 4d2eec816e added more training for xor 2017-01-15 12:48:00 -06:00
Lewis Van Winkle b596fe2fd0 moved license 2016-12-21 12:22:49 -06:00
Lewis Van Winkle 9ffc3715f5 Added building section to readme 2016-12-07 15:44:18 -06:00
Lewis Van Winkle 58f8e88730 added logo to readme 2016-12-07 12:20:39 -06:00
Lewis Van Winkle 8853c56155 Added linear act output delta calculation 2016-05-20 17:54:46 -05:00
Lewis Van Winkle 29264145be Added linear activation function. 2016-05-19 16:55:44 -05:00
Lewis Van Winkle 6ece821187 Typo 2016-03-14 16:44:38 -05:00
Lewis Van Winkle 28e3d30ef1 Rewording. 2016-03-14 16:43:36 -05:00
Lewis Van Winkle 0bb6591322 Linked to examples. 2016-03-14 12:25:08 -05:00
Lewis Van Winkle d9da5edab4 Added to documentation. 2016-03-14 12:23:10 -05:00
Lewis Van Winkle 064703e332 Changed build to work with both gcc and clang. 2016-03-08 12:58:02 -06:00
Lewis Van Winkle b1fcdf7f69 Added travis build status. 2016-03-08 12:51:05 -06:00
Lewis Van Winkle 99e4d6a0e1 Changed name case, code style. 2016-02-11 14:38:42 -06:00
Lewis Van Winkle 2bbc1b146c Readme work. 2016-02-09 22:09:21 -06:00
Lewis Van Winkle f44be25c8b Tweaked readme. 2016-02-09 19:16:18 -06:00
Lewis Van Winkle b6da170fa7 Added C++ guards. 2016-02-09 19:13:37 -06:00
Lewis Van Winkle 850f080045 Initial commit 2016-02-09 17:53:54 -06:00