From a96ec5a74093eb800d14e143b81302d3e0905b85 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 12 Jan 2021 15:51:48 -0500 Subject: one output (of course), Pade approximant of logistic for activation --- include/ct1975.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/ct1975.h (limited to 'include/ct1975.h') diff --git a/include/ct1975.h b/include/ct1975.h new file mode 100644 index 0000000..79c20d2 --- /dev/null +++ b/include/ct1975.h @@ -0,0 +1,6 @@ +#include +#include "tak.h" +#include "weights.h" + +float +evaluate_black_win(void); -- cgit v1.3.1