Commit Graph

102 Commits

Author SHA1 Message Date
3f9c7a2db3 Include sfw if it's an sfw build. 2024-01-25 13:42:45 +01:00
f940e805e4 Moved classes out from the mlpp folder. 2024-01-25 09:11:13 +01:00
2427533e27 Format all files. 2023-12-30 00:43:39 +01:00
3df66cf576 Format all files. 2023-12-30 00:41:59 +01:00
ef1dcef324 Converted more methods. 2023-12-29 19:47:16 +01:00
ad34de8409 Fixed MLPPConvolutions::dy(). 2023-12-29 19:22:56 +01:00
ab24693f37 Reworked MLPPNumericalAnalysis. 2023-12-29 18:37:06 +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
074af18c64 Reworked more methods. 2023-12-28 21:06:16 +01:00
f409265513 Cleanups to tests. 2023-12-28 18:00:52 +01:00
4ec4e5cb7d Reworked Convolutions and Transforms. 2023-12-28 14:41:45 +01:00
8c01fbf060 More test cleanups. 2023-12-28 00:49:34 +01:00
5776538750 Test cleanups. 2023-12-27 18:40:53 +01:00
7229bc7242 Cleaned up more tests. 2023-12-27 18:15:58 +01:00
2e81857306 Fix unused variable. 2023-12-27 16:13:58 +01:00
f01770ddba Cleaned up multivariate linear regression tests. 2023-12-27 16:13:06 +01:00
f1c7d4a22e Improvements to MLPPTests::test_multivariate_linear_regression_gradient_descent() and to MLPPTests::test_multivariate_linear_regression_sgd(). 2023-12-27 12:47:04 +01:00
cd35ebfd79 Reworked MLPPTests::test_univariate_linear_regression(). 2023-12-27 11:12:37 +01:00
b023e80c29 Don't print anything in MLPPTests::test_statistics(). 2023-12-27 11:01:28 +01:00
1d28a33074 Fully ported MLPPTests::test_linear_algebra(). 2023-12-27 11:00:59 +01:00
2ee4d3043a MLPPTests::test_linear_algebra partly ported. 2023-12-27 00:29:12 +01:00
d35526be73 Re-enabled statistics tests. 2023-12-26 23:31:06 +01:00
cc49e3f6ef Better log levels for tests. 2023-10-25 01:47:44 +02:00
04e8f6c02e WGAN cleanups. 2023-05-01 10:37:28 +02:00
9d7fc44ca6 MLPPProbitReg api rework. 2023-04-29 18:33:16 +02:00
e84e45f6e8 Tensor3 api style rework. Also changed 2 methods in Matrix and Vector. 2023-04-29 13:44:18 +02:00
149bf14094 MLPPSoftmaxNet rework. 2023-04-29 12:20:48 +02:00
38dbc2d470 MLPPSoftmaxReg api rework. 2023-04-28 21:23:37 +02:00
a025a0828d MLPPSVC api rework. 2023-04-28 20:37:44 +02:00
d5d3ac9e9c Cleaned up MLPPTests. 2023-04-27 19:26:24 +02:00
4ce26ff55a (Hopefully) fix compile on windows. 2023-04-27 11:10:48 +02:00
c750933c7e Also log when a test passes, and usePLOG macros. 2023-04-26 16:37:44 +02:00
aeb3975450 Split the matrix tests into a new subclass. 2023-04-26 16:33:20 +02:00
e0b813eacf Added matrix multiplication tests, and fixed mult in MLPPMatrix. 2023-04-26 16:18:16 +02:00
1823ffe616 More api cleanups. 2023-04-22 17:17:58 +02:00
590d1ce5e2 Api standardization. 2023-04-22 14:23:51 +02:00
539167fee9 More cleanups. 2023-04-22 14:11:07 +02:00
f30e3a887d Now MLPPMANN uses engine classes. 2023-02-17 18:46:27 +01:00
1224116e12 Now MLPPANN uses engine classes. 2023-02-17 16:55:00 +01:00
1b3606c7ae Now MLPPAutoEncoder uses engine classes. 2023-02-16 22:51:23 +01:00
5ad25ad918 Now MLPPBernoulliNB uses engine classes. 2023-02-16 21:07:31 +01:00
741475a4ab Now MLPPCLogLogReg uses engine classes. 2023-02-16 19:56:18 +01:00
0a1d42f627 Now MLPPDualSVC uses engine classes. 2023-02-16 19:15:36 +01:00
17486baae9 Now MLPPExpReg uses engine classes. 2023-02-16 18:43:35 +01:00
3c8ee1ffea Now MLPPGaussianNB uses engine classes. 2023-02-15 13:30:22 +01:00
3bc48624b5 Now MLPPLinReg uses engine classes. 2023-02-15 00:30:02 +01:00
33cd501094 Now MLPPLogReg uses engine classes. 2023-02-14 13:34:28 +01:00
7fb1827630 Now MLPPMultinomialNB also uses engine classes. 2023-02-14 12:08:49 +01:00
999d55b667 Now MLPPSoftmaxNet uses engine classes. 2023-02-14 00:01:12 +01:00