Commit Graph

54 Commits

Author SHA1 Message Date
ef1dcef324 Converted more methods. 2023-12-29 19:47:16 +01:00
abaf8ad1f2 Reworked more methods. 2023-12-29 10:43:16 +01:00
719556e9bc Reworked more methods. 2023-12-28 23:26:14 +01:00
f090828e1c Fixed typo in MLPPLinAlg::svd. 2023-12-28 17:59:59 +01:00
4350722185 Reworked MLPPANN to use Vectors of matrices instead of tensors. 2023-12-28 00:48:39 +01:00
593cab5a5b Implemented MLPPMatrix::rotate. 2023-12-27 00:28:40 +01:00
8becbe085a Fixed typo in MLPPLinAlg::minvr. 2023-12-26 23:37:45 +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
e98602b878 Added vector methods from MLPPLinAlg to MLPPVector. 2023-04-24 08:36:38 +02:00
cfea6f9d83 Added the matrix manipulation methods to MLPPMatrix. 2023-04-24 08:24:59 +02:00
1823ffe616 More api cleanups. 2023-04-22 17:17:58 +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
bfc1c40a0c Use the Math singleton everywhere in LinAlg. 2023-04-22 13:01:09 +02:00
1224116e12 Now MLPPANN uses engine classes. 2023-02-17 16:55:00 +01:00
5ad25ad918 Now MLPPBernoulliNB uses engine classes. 2023-02-16 21:07:31 +01:00
3bc48624b5 Now MLPPLinReg uses engine classes. 2023-02-15 00:30:02 +01:00
f459384282 Registered MLPPLinAlg into the ClassDB, and fixed all of it's warnings. 2023-02-12 19:14:20 +01:00
68db9a55f0 Clean up MLPPPCA. 2023-02-08 01:26:37 +01:00
e96431a577 Reworked svd in LinAlg. Also fixed the usage order of the parameters in a few helper methods. 2023-02-07 23:23:48 +01:00
b39e0acdf8 More reworks. 2023-02-07 22:10:16 +01:00
3a297ae5d4 Renamed the SDVResult struct. 2023-02-07 21:50:02 +01:00
34cf810bd7 Use a struct instead of touples in SVD aswell. 2023-02-07 21:46:59 +01:00
7e71ea49d9 Fix index calculations in MLPPLinAlg::transposem. 2023-02-06 15:03:20 +01:00
879464fe0d Fix outer_product. 2023-02-06 14:24:11 +01:00
62e4b97291 Finished the initial port of MLPPWGAN. 2023-02-06 12:20:52 +01:00
e5810cda01 Work on porting WGAN. 2023-02-06 02:36:22 +01:00
2b33f8a5ed Fix matmultm in LinAlg, and smaller improvements. 2023-02-05 09:50:39 +01:00
cfe5336a86 Added TODOs. 2023-02-05 01:47:59 +01:00
fbc20cc749 Fully ported MLPPMLP. 2023-02-05 00:58:00 +01:00
3731e8f12f Added new api for Cost. 2023-02-04 12:20:25 +01:00
0fe6f73fb8 Initial implementation for the new HiddenLayer. 2023-02-03 20:02:59 +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
27d187c67a Ported MLPPKMeans logic. 2023-01-29 15:46:55 +01:00
02a44dddf7 Reworked and cleaned up MLPPKNN. Also registered it to the engine. 2023-01-28 01:02:57 +01:00
4deb34c852 Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
2dabbb42be Ported all tests. 2023-01-26 14:52:49 +01:00
4f6b4d46de Prefixed the remaining classes with MLPP. 2023-01-25 01:09:37 +01:00
6fe1f32c3d Prefixed LinAlg with MLPP. 2023-01-25 00:29:02 +01:00
ab0d41203b Removed the MLPP namespace. 2023-01-24 19:20:18 +01:00