|
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 |
|
|
9a529c572d
|
Initial cleanup pass on MLPPExpReg.
|
2023-02-12 10:52:46 +01:00 |
|
|
f7c3506734
|
Initial cleanup pass on MLPPGaussianNB.
|
2023-02-12 02:52:05 +01:00 |
|
|
afedf90694
|
Initial cleanup pass on MLPPLinReg.
|
2023-02-11 11:09:29 +01:00 |
|
|
2a5c278f40
|
Initial cleanup pass on MLPPLogReg.
|
2023-02-11 10:18:21 +01:00 |
|
|
f5bd46c211
|
Initial cleanup pass on MLPPMANN.
|
2023-02-11 09:53:16 +01:00 |
|
|
7bc5a5bc1d
|
Initial cleanup pass on MLPPMultinomialNB.
|
2023-02-11 09:33:09 +01:00 |
|
|
1bb0cab99a
|
MLPPSoftmaxNet initial cleanup.
|
2023-02-11 09:17:02 +01:00 |
|
|
628e5124e9
|
Added TanhRegOld.
|
2023-02-10 21:01:12 +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 |
|
|
17d3f486ae
|
Cleaned up SoftmaxReg.
|
2023-02-10 19:31:54 +01:00 |
|
|
8544322ef0
|
Added SoftMaxRegOld.
|
2023-02-10 14:25:28 +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 |
|
|
62492c8fde
|
Cleaned up ProbitReg.
|
2023-02-09 20:20:45 +01:00 |
|
|
9fb703f108
|
Added ProbitRegOld.
|
2023-02-09 17:12:14 +01:00 |
|
|
d341f6f8d0
|
Cleaned up OutlierFinder.
|
2023-02-09 15:30:33 +01:00 |
|