Commit Graph

52 Commits

Author SHA1 Message Date
Relintai f940e805e4 Moved classes out from the mlpp folder. 2024-01-25 09:11:13 +01:00
Relintai 4b62f1b303 Small tweaks. 2023-12-30 00:44:43 +01:00
Relintai 2427533e27 Format all files. 2023-12-30 00:43:39 +01:00
Relintai 3df66cf576 Format all files. 2023-12-30 00:41:59 +01:00
Relintai 62598551f4 Removed the old classes. 2023-12-30 00:20:49 +01:00
Relintai 9be48155c0 Added MLPPTestsOld class. 2023-04-27 18:55:26 +02:00
Relintai 097ad002c9 Fix build when tests are turned off. 2023-04-27 18:12:32 +02:00
Relintai aeb3975450 Split the matrix tests into a new subclass. 2023-04-26 16:33:20 +02:00
Relintai 6970af9363 Added MLPPTensor3 class. It's a copy of the MLPPMatrix class for now. 2023-04-16 15:08:11 +02:00
Relintai f459384282 Registered MLPPLinAlg into the ClassDB, and fixed all of it's warnings. 2023-02-12 19:14:20 +01:00
Relintai 34f81277cd Registered MLPPANN into the ClassDB. 2023-02-12 18:35:53 +01:00
Relintai b62df601fb Registered MLPPBernoulliNB into the ClassDB. 2023-02-12 18:26:19 +01:00
Relintai e33931aeb5 Registered MLPPCLogLogReg into the ClassDB. 2023-02-12 18:23:33 +01:00
Relintai be9947a8b9 Registered MLPPConvolutions into the ClassDB, and fixed all warnings in it. 2023-02-12 18:20:53 +01:00
Relintai 69bc0f6f26 Registered MLPPDualSVC to the ClassDB. 2023-02-12 17:38:05 +01:00
Relintai 61793e4a4d Also register MLPPExpReg to the ClassDB. 2023-02-12 16:30:22 +01:00
Relintai 7659f8c4ea Register MLPPGAN to the ClassDB. 2023-02-12 16:28:00 +01:00
Relintai 0e75773261 Register MLPPGaussMarkovChecker to the ClassDB, and fixed warnings. 2023-02-12 16:23:51 +01:00
Relintai c060318c6b Register MLPPGaussianNB into the ClassDB. 2023-02-12 16:20:44 +01:00
Relintai ef7ba93eff Registrer MLPPHypothesisTesting into the ClassDB. 2023-02-12 16:19:06 +01:00
Relintai 81cd1dda68 Register MLPPLinReg to the ClassDB. 2023-02-12 16:15:27 +01:00
Relintai 643e871b90 Also register MLPPLogReg into the ClassDB. 2023-02-12 16:14:14 +01:00
Relintai aee8a01f4e Register MLPPMANN into the ClassDB. 2023-02-12 16:12:59 +01:00
Relintai 4f06fe2eed Register MLPPMultinomialNB to the ClassDB. 2023-02-12 16:11:20 +01:00
Relintai ef17833999 Register MLPPNumericalAnalysis into the ClassDB. 2023-02-12 16:06:59 +01:00
Relintai a9cc4fa0e0 Register MLPPSoftmaxNet into the ClassDB. 2023-02-12 16:03:39 +01:00
Relintai 235ba86eae Register MLPPStat into the ClassDB. 2023-02-12 15:47:48 +01:00
Relintai 5316c4fbb0 Register MLPPTanhReg into the ClassDB. 2023-02-12 15:19:59 +01:00
Relintai e5de2d53f5 Registered MLPPTransforms into the ClassDB. 2023-02-12 15:13:49 +01:00
Relintai 4e30b31833 Initial cleanup pass on AutoEncoder. 2023-02-10 20:48:55 +01:00
Relintai 17d3f486ae Cleaned up SoftmaxReg. 2023-02-10 19:31:54 +01:00
Relintai da6324830d Cleaned up SVC. 2023-02-10 14:03:48 +01:00
Relintai 62492c8fde Cleaned up ProbitReg. 2023-02-09 20:20:45 +01:00
Relintai d341f6f8d0 Cleaned up OutlierFinder. 2023-02-09 15:30:33 +01:00
Relintai 8fe8070fce Cleaned up UniLinReg. 2023-02-09 02:27:04 +01:00
Relintai 68db9a55f0 Clean up MLPPPCA. 2023-02-08 01:26:37 +01:00
Relintai 62e4b97291 Finished the initial port of MLPPWGAN. 2023-02-06 12:20:52 +01:00
Relintai fbc20cc749 Fully ported MLPPMLP. 2023-02-05 00:58:00 +01:00
Relintai df75dc8e7f Added a new MultiOutputLayer implementation. 2023-02-04 13:53:36 +01:00
Relintai 53ad617681 Finished MLPPOutputLayer. 2023-02-04 13:30:33 +01:00
Relintai 5e82d4a907 Added bindings for Cost. 2023-02-04 12:34:00 +01:00
Relintai 6132c85b46 Also added bindings for MLPPHiddenLayer. 2023-02-04 01:41:07 +01:00
Relintai 1aa239720b Initial bindings for MLPPUtilities. 2023-02-04 01:18:50 +01:00
Relintai bda7a7aee4 Added bindings for MLPPReg. 2023-02-04 00:54:27 +01:00
Relintai fa4b7b6b56 Added bindings for Activation. 2023-02-03 02:08:48 +01:00
Relintai bd67fcecc6 MLPPKMeans initial api cleanup pass. 2023-01-28 14:35:05 +01:00
Relintai 02a44dddf7 Reworked and cleaned up MLPPKNN. Also registered it to the engine. 2023-01-28 01:02:57 +01:00
Relintai cdbcac61eb Added Matrix and vector skeleton classes. 2023-01-26 16:02:45 +01:00
Relintai 9403f8efe2 Added loader methods that use the engine's FileAccess instead of ifstreams. 2023-01-25 18:27:14 +01:00
Relintai 0ebe6f13e3 Added statistisc tests to the test class from main. 2023-01-25 02:22:04 +01:00