Commit Graph

141 Commits

Author SHA1 Message Date
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
62e4b97291 Finished the initial port of MLPPWGAN. 2023-02-06 12:20:52 +01:00
f59b092d10 Added new helper methods to MLPPMatrix and MLPPVector. 2023-02-06 12:20:33 +01:00
e5810cda01 Work on porting WGAN. 2023-02-06 02:36:22 +01:00
35f4a01bac Initial cleanup. 2023-02-05 18:46:12 +01:00
8c3671fc8f Duplicate MLPPWGANOld as MLPPWGAN. 2023-02-05 18:16:34 +01:00
2177632163 Fix all warnings for MLPPWGANOld. 2023-02-05 18:14:37 +01:00
1d1611bc39 Renamed MLPPWGAN to MLPPWGANOld. 2023-02-05 17:05:46 +01:00
dc4da4681b Small improvements. 2023-02-05 13:14:09 +01:00
b8e3f41fda Fix more crashes and issues in MLPPMLP. Also added more tests for it. 2023-02-05 13:05:36 +01:00
e6afa5b715 Fixed a few crashes and issues. 2023-02-05 10:59:45 +01:00
4281746cfc Fix warning. 2023-02-05 10:02:35 +01:00