|
62598551f4
|
Removed the old classes.
|
2023-12-30 00:20:49 +01:00 |
|
|
14cd9dedb8
|
Fixed lots of instances of passing the size in the wrong order for matrices in MLPPActivation.
|
2023-12-28 11:15:51 +01:00 |
|
|
bb999b9ba2
|
Call the intended method in MLPPActivation::cosh_normm().
|
2023-12-27 22:36:48 +01:00 |
|
|
726d51ec58
|
Fixed the order of the size parameters in MLPPActivation::sigmoid_normm().
|
2023-12-27 18:39:58 +01:00 |
|
|
b3b6e79d24
|
Now the old classes are built by default again.
|
2023-12-26 23:44:07 +01:00 |
|
|
a680e6bd6e
|
Matrix api tweaks.
|
2023-04-29 15:07:30 +02:00 |
|
|
488cdde8c9
|
Tweaks to Tensor3's api.
|
2023-04-29 13:50:35 +02:00 |
|
|
e84e45f6e8
|
Tensor3 api style rework. Also changed 2 methods in Matrix and Vector.
|
2023-04-29 13:44:18 +02:00 |
|
|
cd5d84733c
|
Now Vector, Matrix, and Tensor3 are resources. Renamed their duplicate() method to duplicate_fast().
|
2023-04-29 12:31:57 +02:00 |
|
|
4ce26ff55a
|
(Hopefully) fix compile on windows.
|
2023-04-27 11:10:48 +02:00 |
|
|
da7659860a
|
More api standardization.
|
2023-04-22 14:46:25 +02:00 |
|
|
eb9f3eaa34
|
More api standardization.
|
2023-04-22 14:39:13 +02:00 |
|
|
590d1ce5e2
|
Api standardization.
|
2023-04-22 14:23:51 +02:00 |
|
|
539167fee9
|
More cleanups.
|
2023-04-22 14:11:07 +02:00 |
|
|
5a4ff2f19e
|
Api cleanups to LinAlg.
|
2023-04-22 13:17:54 +02:00 |
|
|
9298578954
|
Removed new methods from MLPPActivationOld.
|
2023-02-13 17:57:41 +01:00 |
|
|
c4f9f3b5a3
|
Added MLPPActivationOld.
|
2023-02-13 17:47:50 +01:00 |
|
|
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 |
|
|
284355ac6a
|
Move comments below include guards.
|
2023-01-24 18:57:18 +01:00 |
|
|
db79c6215b
|
Update include guard style.
|
2023-01-24 18:52:45 +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 |
|