Commit Graph

32 Commits

Author SHA1 Message Date
81cd1dda68 Register MLPPLinReg to the ClassDB. 2023-02-12 16:15:27 +01:00
643e871b90 Also register MLPPLogReg into the ClassDB. 2023-02-12 16:14:14 +01:00
aee8a01f4e Register MLPPMANN into the ClassDB. 2023-02-12 16:12:59 +01:00
4f06fe2eed Register MLPPMultinomialNB to the ClassDB. 2023-02-12 16:11:20 +01:00
ef17833999 Register MLPPNumericalAnalysis into the ClassDB. 2023-02-12 16:06:59 +01:00
a9cc4fa0e0 Register MLPPSoftmaxNet into the ClassDB. 2023-02-12 16:03:39 +01:00
235ba86eae Register MLPPStat into the ClassDB. 2023-02-12 15:47:48 +01:00
5316c4fbb0 Register MLPPTanhReg into the ClassDB. 2023-02-12 15:19:59 +01:00
e5de2d53f5 Registered MLPPTransforms into the ClassDB. 2023-02-12 15:13:49 +01:00
4e30b31833 Initial cleanup pass on AutoEncoder. 2023-02-10 20:48:55 +01:00
17d3f486ae Cleaned up SoftmaxReg. 2023-02-10 19:31:54 +01:00
da6324830d Cleaned up SVC. 2023-02-10 14:03:48 +01:00
62492c8fde Cleaned up ProbitReg. 2023-02-09 20:20:45 +01:00
d341f6f8d0 Cleaned up OutlierFinder. 2023-02-09 15:30:33 +01:00
8fe8070fce Cleaned up UniLinReg. 2023-02-09 02:27:04 +01:00
68db9a55f0 Clean up MLPPPCA. 2023-02-08 01:26:37 +01:00
62e4b97291 Finished the initial port of MLPPWGAN. 2023-02-06 12:20:52 +01:00
fbc20cc749 Fully ported MLPPMLP. 2023-02-05 00:58:00 +01:00
df75dc8e7f Added a new MultiOutputLayer implementation. 2023-02-04 13:53:36 +01:00
53ad617681 Finished MLPPOutputLayer. 2023-02-04 13:30:33 +01:00
5e82d4a907 Added bindings for Cost. 2023-02-04 12:34:00 +01:00
6132c85b46 Also added bindings for MLPPHiddenLayer. 2023-02-04 01:41:07 +01:00
1aa239720b Initial bindings for MLPPUtilities. 2023-02-04 01:18:50 +01:00
bda7a7aee4 Added bindings for MLPPReg. 2023-02-04 00:54:27 +01:00
fa4b7b6b56 Added bindings for Activation. 2023-02-03 02:08:48 +01:00
bd67fcecc6 MLPPKMeans initial api cleanup pass. 2023-01-28 14:35:05 +01:00
02a44dddf7 Reworked and cleaned up MLPPKNN. Also registered it to the engine. 2023-01-28 01:02:57 +01:00
cdbcac61eb Added Matrix and vector skeleton classes. 2023-01-26 16:02:45 +01:00
9403f8efe2 Added loader methods that use the engine's FileAccess instead of ifstreams. 2023-01-25 18:27:14 +01:00
0ebe6f13e3 Added statistisc tests to the test class from main. 2023-01-25 02:22:04 +01:00
889515be41 Added a new test class. 2023-01-25 01:25:49 +01:00
14359b46cc Engine module setup. 2023-01-23 21:58:34 +01:00