Commit Graph

304 Commits

Author SHA1 Message Date
Relintai 879464fe0d Fix outer_product. 2023-02-06 14:24:11 +01:00
Relintai e594aec785 Fix crashes introduced when fixing warnings. 2023-02-06 12:45:15 +01:00
Relintai 62e4b97291 Finished the initial port of MLPPWGAN. 2023-02-06 12:20:52 +01:00
Relintai f59b092d10 Added new helper methods to MLPPMatrix and MLPPVector. 2023-02-06 12:20:33 +01:00
Relintai e5810cda01 Work on porting WGAN. 2023-02-06 02:36:22 +01:00
Relintai 35f4a01bac Initial cleanup. 2023-02-05 18:46:12 +01:00
Relintai 8c3671fc8f Duplicate MLPPWGANOld as MLPPWGAN. 2023-02-05 18:16:34 +01:00
Relintai 2177632163 Fix all warnings for MLPPWGANOld. 2023-02-05 18:14:37 +01:00
Relintai 1d1611bc39 Renamed MLPPWGAN to MLPPWGANOld. 2023-02-05 17:05:46 +01:00
Relintai dc4da4681b Small improvements. 2023-02-05 13:14:09 +01:00
Relintai b8e3f41fda Fix more crashes and issues in MLPPMLP. Also added more tests for it. 2023-02-05 13:05:36 +01:00
Relintai e6afa5b715 Fixed a few crashes and issues. 2023-02-05 10:59:45 +01:00
Relintai 4281746cfc Fix warning. 2023-02-05 10:02:35 +01:00
Relintai 2b33f8a5ed Fix matmultm in LinAlg, and smaller improvements. 2023-02-05 09:50:39 +01:00
Relintai 9142592077 Small improvements to MLPPVector. 2023-02-05 09:50:03 +01:00
Relintai 8269406991 Fix indexing and smaller improvements to MLPPMatrix. 2023-02-05 09:49:50 +01:00
Relintai cfe5336a86 Added TODOs. 2023-02-05 01:47:59 +01:00
Relintai d8fb70b92d Fix warnings in MLP. 2023-02-05 01:34:14 +01:00
Relintai 0e48edfbaf Added the new MLPP implementation to the tests. 2023-02-05 01:10:15 +01:00
Relintai b2e99c2ef4 Fix warning. 2023-02-05 01:09:59 +01:00
Relintai fbc20cc749 Fully ported MLPPMLP. 2023-02-05 00:58:00 +01:00
Relintai 7581be0e7f Ported mini batch creation methods in Utilities. 2023-02-04 18:49:58 +01:00
Relintai 5f63aebc99 Initial cleanups to MLP. 2023-02-04 16:48:31 +01:00
Relintai a875cc9e70 Added a copy of MLPPMLPOld as MLPPMLP. 2023-02-04 16:13:54 +01:00
Relintai abe878ee72 Renamed MLPPMLP to MLPPMLPOld. 2023-02-04 15:59:27 +01:00
Relintai 817b1e3b72 Warning fixes. 2023-02-04 13:59:26 +01:00
Relintai df75dc8e7f Added a new MultiOutputLayer implementation. 2023-02-04 13:53:36 +01:00
Relintai a34628e8c4 Renamed MultiOutputLayer to OldMultiOutputLayer. 2023-02-04 13:36:52 +01:00
Relintai 53ad617681 Finished MLPPOutputLayer. 2023-02-04 13:30:33 +01:00
Relintai fd13337eb7 Added more helper methods to Cost. 2023-02-04 13:19:01 +01:00
Relintai b004a092b7 New initial OutputLayer implementation. 2023-02-04 12:44:00 +01:00
Relintai 5e82d4a907 Added bindings for Cost. 2023-02-04 12:34:00 +01:00
Relintai 3731e8f12f Added new api for Cost. 2023-02-04 12:20:25 +01:00
Relintai a0f6078afe Fix warning. 2023-02-04 01:43:19 +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 bbe334856b Use the new MLPPReg::RegularizationType instead of a String in MLPPHiddenLayer. 2023-02-04 00:58:48 +01:00
Relintai bda7a7aee4 Added bindings for MLPPReg. 2023-02-04 00:54:27 +01:00
Relintai 6a5db4e60a Added new api to MLPPReg. 2023-02-04 00:49:16 +01:00
Relintai d33ceabe47 Swapped the x, y arguments of the getters/setters in MLPPMatrix. This is how all the code expects them already. 2023-02-04 00:48:59 +01:00
Relintai 0fe6f73fb8 Initial implementation for the new HiddenLayer. 2023-02-03 20:02:59 +01:00
Relintai ac109ab441 Fixed the remaining warnings in Activation. 2023-02-03 02:40:30 +01:00
Relintai 5ac7f4cf88 Fix shadowed declaration warnings in Activation. 2023-02-03 02:33:55 +01:00
Relintai 25a92cd4e3 Fix signedness comparison warnings in Activation. 2023-02-03 02:31:13 +01:00
Relintai 567808a939 Fix infinite recursion. 2023-02-03 02:26:35 +01:00
Relintai 5c7840850b Also bound the activation functions directly. 2023-02-03 02:22:02 +01:00
Relintai fa4b7b6b56 Added bindings for Activation. 2023-02-03 02:08:48 +01:00
Relintai 1aafbdf66a Use bool literals. 2023-02-03 01:59:27 +01:00
Relintai f6a32ca301 Implement the new helper methods in Activation. 2023-02-03 01:58:17 +01:00
Relintai 06a986f31c Make activation function method names unique. 2023-02-02 23:22:27 +01:00