Commit Graph

452 Commits

Author SHA1 Message Date
7e738f79ee Fixed warnings in MLPPBernoulliNB. 2023-02-10 22:46:16 +01:00
c37237aef8 Fixed warnings in MLPPCLogLogReg. 2023-02-10 22:40:20 +01:00
3036db18fb Fixed warnings in MLPPDualSVC. 2023-02-10 22:33:32 +01:00
1e793de7f7 Fixed warnings in MLPPExpReg. 2023-02-10 22:23:10 +01:00
d795b55baa Fixed warnings in MLPPGAN. 2023-02-10 22:19:06 +01:00
e22f26d074 Fixed warnings in MLPPGaussianNB. 2023-02-10 22:02:57 +01:00
97ac09d0d9 Fixed warnings in MLPPLinReg. 2023-02-10 21:55:21 +01:00
20892804ba Fixed warnings in MLPPLogReg. 2023-02-10 21:44:27 +01:00
73e22e5a7c Fixed warnings in MLPPMANN. 2023-02-10 21:41:05 +01:00
d467f1ccf1 Fixed warnings in MLPPMultinomialNB. 2023-02-10 21:35:43 +01:00
e51a976a10 Fix warnings in MLPPSoftmaxNet. 2023-02-10 21:26:46 +01:00
628e5124e9 Added TanhRegOld. 2023-02-10 21:01:12 +01:00
e191ab9a16 Fixed warnings in MLPPTanhReg. 2023-02-10 20:53:26 +01:00
4e30b31833 Initial cleanup pass on AutoEncoder. 2023-02-10 20:48:55 +01:00
e6e50025ad Added MLPPAutoEncoderOld. 2023-02-10 20:15:42 +01:00
3a56ed59e3 Fixed warnings in MLPPAutoEncoder. 2023-02-10 20:05:47 +01:00
17d3f486ae Cleaned up SoftmaxReg. 2023-02-10 19:31:54 +01:00
022a330ff6 Fix typo. 2023-02-10 19:31:47 +01:00
8544322ef0 Added SoftMaxRegOld. 2023-02-10 14:25:28 +01:00
1e2078f428 Fixed warnings in SoftMaxReg. 2023-02-10 14:15:49 +01:00
da6324830d Cleaned up SVC. 2023-02-10 14:03:48 +01:00
6465280167 Added SVCOld. 2023-02-10 09:16:49 +01:00
605a10d8f6 Fixed warnings in SVC. 2023-02-10 09:12:56 +01:00
62492c8fde Cleaned up ProbitReg. 2023-02-09 20:20:45 +01:00
9fb703f108 Added ProbitRegOld. 2023-02-09 17:12:14 +01:00
0289fcb70e Fixed warnings in ProbitReg. 2023-02-09 16:42:46 +01:00
d341f6f8d0 Cleaned up OutlierFinder. 2023-02-09 15:30:33 +01:00
8f7177aaac Added OutlierFinderOld. 2023-02-09 15:30:14 +01:00
5ff5afff48 Now MLPPData's helper classes use MLPPVector and MLPPMatrix. 2023-02-09 11:40:16 +01:00
8fe8070fce Cleaned up UniLinReg. 2023-02-09 02:27:04 +01:00
d4409491d7 Fix warnings in PCAOld. 2023-02-08 12:58:01 +01:00
c49d089791 Added UniLinRegOld. 2023-02-08 12:46:56 +01:00
ee727b327d Added bind for is_equal_approx in MLPPMatrix. 2023-02-08 01:43:48 +01:00
119f4ee102 Removed comment. 2023-02-08 01:43:35 +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
256b7c9c14 Added MLPPPCAOld. 2023-02-07 21:18:01 +01:00
48d979f6b8 Also split MLP and MLPOld into different files. 2023-02-07 17:39:42 +01:00
0025a8ae3d Also split layers and old layers into different files. 2023-02-07 17:36:03 +01:00
b7e9de484c Split MLPPWGAN and MLPPWGANOld into different files. 2023-02-07 17:16:00 +01:00
f8710e6432 Fixed MLPPWGAN's handle_ui. 2023-02-06 15:05:00 +01:00
7e71ea49d9 Fix index calculations in MLPPLinAlg::transposem. 2023-02-06 15:03:20 +01:00
a42cfac723 Split the wgan test. 2023-02-06 14:27:43 +01:00
bdfa69f1e9 Fixed crashes in the new wgan. 2023-02-06 14:24:56 +01:00
f9b998d5d0 Properly initialize the hidden and output layers. 2023-02-06 14:24:43 +01:00
879464fe0d Fix outer_product. 2023-02-06 14:24:11 +01:00
e594aec785 Fix crashes introduced when fixing warnings. 2023-02-06 12:45:15 +01:00