Commit Graph

96 Commits

Author SHA1 Message Date
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
5d1c4e1d23 Removed MLPPTestsOld::test_linear_algebra(). 2023-12-27 11:04:35 +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
8104b7a9ff Removed MLPPTestsOld::test_statistics. 2023-12-26 23:46:22 +01:00
d35526be73 Re-enabled statistics tests. 2023-12-26 23:31:06 +01:00
ee78d8ae72 Simplify some of the matrix test intialization code. 2023-10-25 02:06:16 +02:00
cc49e3f6ef Better log levels for tests. 2023-10-25 01:47:44 +02:00
a0e9a9faa1 Removed std::vectors from MLPPMatrixTests. 2023-10-25 00:54:01 +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
a680e6bd6e Matrix api tweaks. 2023-04-29 15:07:30 +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
dfd8b21e21 Cleaned up MLPPTestsOld. 2023-04-27 19:16:35 +02:00
9be48155c0 Added MLPPTestsOld class. 2023-04-27 18:55:26 +02:00
4ce26ff55a (Hopefully) fix compile on windows. 2023-04-27 11:10:48 +02:00
9a0b6aa016 Added row related MLPPMatrix tests. 2023-04-26 21:50:36 +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
35f917d843 Added MLPPNumericalAnalysisOld. 2023-02-13 16:41:58 +01:00
3feed886c4 Fix build. 2023-02-13 00:55:46 +01:00
a9b30ef75f Initial cleanup pass on MLPPANN. 2023-02-12 15:07:26 +01:00
5f8e35c58f initial cleanup pass on MLPPBernoulliNB. 2023-02-12 14:12:02 +01:00
8d9651b65a Initial cleanup pass on MLPPCLogLogReg. 2023-02-12 13:04:33 +01:00
cdb0e47d16 Initial cleanup pass on MLPPDualSVC. 2023-02-12 12:36:52 +01:00