Commit Graph

97 Commits

Author SHA1 Message Date
Gustav Louw 815225a8f1
Merge pull request #26 from timgates42/bugfix_typo_bias
docs: fix simple typo, biaes -> bias
2020-11-27 10:20:15 -08:00
Tim Gates c030cb2eea
docs: fix simple typo, biaes -> bias
There is a small typo in Tinn.c.

Should read `bias` rather than `biaes`.
2020-11-27 20:40:32 +11:00
Gustav Louw e366d4d1fc
Merge pull request #20 from debatem1/issue_19
Fix link errors on Ubuntu 18.04.
2019-02-27 23:37:40 -05:00
Geremy Condra dae769b22b Fix link errors on Ubuntu 18.04. 2019-02-27 16:45:05 -08:00
Gustav Louw ec9a03ffe8 native march 2018-09-23 12:34:49 -07:00
Gustav Louw 5e30a2bedd README update 2018-09-23 12:32:28 -07:00
Gustav Louw 51891a61e1 cleaned up makefile 2018-09-23 12:29:09 -07:00
Gustav Louw 20622df254 README update 2018-08-13 07:16:06 -07:00
Gustav Louw 9e72d3411b README update 2018-08-13 07:15:13 -07:00
Gustav Louw 03bf4ce8d5 README update 2018-08-13 07:13:34 -07:00
Gustav Louw 5e44c33207 spelling 2018-05-26 11:50:25 -07:00
Gustav Louw 21047e6464 naming 2018-05-19 16:26:44 -07:00
Gustav Louw 06e16a6fc4 rust port readme 2018-04-28 02:39:01 -07:00
Gustav Louw c0a6cbe4be doc 2018-04-12 22:04:46 -07:00
Gustav Louw 396bd2bcdd comments 2018-04-12 21:57:49 -07:00
Gustav Louw df1b13c593 remove superflous safety 2018-04-12 21:47:42 -07:00
Gustav Louw 87a032a14a
Merge pull request #11 from Bl00drav3n/master
replace call to powf with SQUARE macro
2018-04-11 16:17:53 -07:00
Bl00drav3n 53b15e05b5 replace call to powf with simple mul 2018-04-12 01:08:06 +02:00
Gustav Louw c72e5b66db
Merge pull request #9 from nsauzede/f-fix-portability-f-variant
use standard %f format (%a seems less portable)
2018-04-11 12:28:12 -07:00
Nicolas Sauzede a9e85f354a use standard %f format (%a seems less portable) 2018-04-11 21:23:54 +02:00
Gustav Louw e92adf34e8 doc 2018-04-11 09:38:24 -07:00
Gustav Louw 9ee52221ca update 2018-04-11 09:34:56 -07:00
Gustav Louw 9ea4e51a38 readme update 2018-04-11 09:23:23 -07:00
Gustav Louw 501321b8a2 update readme 2018-04-11 09:18:06 -07:00
Gustav Louw 8360c3916c README update 2018-04-10 19:51:35 -07:00
Gustav Louw c4da19127f README update 2018-04-10 19:48:22 -07:00
Gustav Louw 84d24b97a3 cleanup 2018-04-10 19:24:15 -07:00
Gustav Louw 10eb871ca7 doc update 2018-04-10 19:12:35 -07:00
Gustav Louw 63ba88bbb8 little doc 2018-04-10 19:00:08 -07:00
Gustav Louw dd240c2fed readme update 2018-04-10 18:53:29 -07:00
Gustav Louw 005a5445c0 readme update 2018-04-10 18:50:31 -07:00
Gustav Louw 01e075b78c README update 2018-04-10 18:46:22 -07:00
Gustav Louw 9c5ce9da9c updated readme 2018-04-10 18:37:19 -07:00
Gustav Louw eb898b4c22 brackets 2018-04-03 16:17:27 -07:00
Gustav Louw 6c115010e5 lossless saving of floats 2018-04-03 15:27:44 -07:00
Gustav Louw a5913774b9 cleanup 2018-04-03 15:12:36 -07:00
Gustav Louw 4b3a45af8d more const correctness 2018-04-03 13:08:27 -07:00
Gustav Louw 975f45676e mixed constructor args 2018-04-03 12:46:57 -07:00
Gustav Louw 2617d72ec5 more const 2018-04-02 15:58:25 -07:00
Gustav Louw 72dd9ed70a removed asserts and added ecalloc and efopen instead 2018-04-02 15:54:33 -07:00
Gustav Louw 09bd3f647c Merge branch 'master' of https://github.com/glouw/tinn 2018-04-02 15:37:39 -07:00
Gustav Louw 268ba8394a calloc and fopen asserts 2018-04-02 15:37:26 -07:00
Gustav Louw 5614720d88 Revert "interactive"
This reverts commit be0f1f3247.
2018-04-02 15:33:34 -07:00
Gustav Louw be0f1f3247 interactive 2018-04-02 12:42:19 -07:00
Gustav Louw a3cb4a52a6
Merge pull request #3 from saschagrunert/patch-1
Update README.md to use float instead of double
2018-04-02 10:17:57 -07:00
Sascha Grunert dbd3d71de5
Update README.md 2018-04-02 15:31:27 +02:00
Gustav Louw ea130335da const correctness 2018-04-01 17:01:42 -07:00
Gustav Louw 08ada030cb tinn no longer seeds rng 2018-04-01 15:25:47 -07:00
Gustav Louw bcf16644d2 more hidden layers 2018-04-01 00:59:20 -07:00
Gustav Louw c74ab3ab22 less hidden layers 2018-03-31 04:33:12 -07:00