Commit Graph

23 Commits

Author SHA1 Message Date
022a330ff6 Fix typo. 2023-02-10 19:31:47 +01:00
e6afa5b715 Fixed a few crashes and issues. 2023-02-05 10:59:45 +01:00
ac109ab441 Fixed the remaining warnings in Activation. 2023-02-03 02:40:30 +01:00
5ac7f4cf88 Fix shadowed declaration warnings in Activation. 2023-02-03 02:33:55 +01:00
25a92cd4e3 Fix signedness comparison warnings in Activation. 2023-02-03 02:31:13 +01:00
567808a939 Fix infinite recursion. 2023-02-03 02:26:35 +01:00
5c7840850b Also bound the activation functions directly. 2023-02-03 02:22:02 +01:00
fa4b7b6b56 Added bindings for Activation. 2023-02-03 02:08:48 +01:00
1aafbdf66a Use bool literals. 2023-02-03 01:59:27 +01:00
f6a32ca301 Implement the new helper methods in Activation. 2023-02-03 01:58:17 +01:00
06a986f31c Make activation function method names unique. 2023-02-02 23:22:27 +01:00
3ebbf76789 Ported the remaining activation methods. 2023-02-02 20:53:36 +01:00
0c731dccf3 More cleanups. 2023-02-02 02:19:16 +01:00
d26daf4c1a More cleanups. 2023-01-31 03:20:20 +01:00
9518694132 More work on Activations. 2023-01-31 02:37:20 +01:00
048dc20f6a INitial Activation rework. 2023-01-31 01:22:50 +01:00
4deb34c852 Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
6fe1f32c3d Prefixed LinAlg with MLPP. 2023-01-25 00:29:02 +01:00
18c4ae6ea1 Renamed Activation to MLPPActivation. 2023-01-24 19:23:30 +01:00
ab0d41203b Removed the MLPP namespace. 2023-01-24 19:20:18 +01:00
4675ee8e58 Clang format. 2023-01-24 19:00:54 +01:00
3457ec73a1 Include cleanups. 2023-01-24 18:12:23 +01:00
6e76be22d9 Rename mlpp's files to follow the engine's style. 2023-01-23 22:44:17 +01:00