Commit Graph

112 Commits

Author SHA1 Message Date
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
4558221df6 Removed the "Created by" comments. 2023-12-30 00:32:08 +01:00
26579a51b2 Removed unneeded file. 2023-12-30 00:30:54 +01:00
62598551f4 Removed the old classes. 2023-12-30 00:20:49 +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
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