Commit Graph

15 Commits

Author SHA1 Message Date
Lenoctambule
53c7f73055 feat: ActivationFunc classes ReLU and LeakyReLU 2026-03-29 19:20:05 +02:00
Lenoctambule
44bf4c0286 feat: str methods for Autoencoder 2026-03-29 09:41:33 +02:00
Lenoctambule
7aabc5db48 feat: leaky relu func 2026-03-29 09:19:15 +02:00
Lenoctambule
09835e9afa fix: missing activation func derivative + send error before update 2026-03-29 08:23:15 +02:00
Lenoctambule
efd328e530 feat: save and load methods for Autoencoder 2026-03-28 17:50:27 +01:00
Lenoctambule
6155649655 feat: loss method + mv data reshaping out of Autoencoder class 2026-03-28 02:40:10 +01:00
Lenoctambule
e5520bf050 feat: use DeepNNLayer in Autoencoder 2026-03-28 02:09:47 +01:00
Lenoctambule
eee37c8496 refactor: code de-dup 2026-03-27 23:15:13 +01:00
Lenoctambule
32e27b4b62 feat: custom load_mnist function and rm useless dependency 2026-03-27 21:54:17 +01:00
Lenoctambule
36ffe1f3d6 feat: re-enable loss plot 2026-03-27 07:40:55 +01:00
Lenoctambule
9859863ec9 feat: move train over dataset logic to Autoencoder class 2026-03-27 07:07:41 +01:00
Lenoctambule
af9a0c70b2 feat: handle args for mnist test 2026-03-27 06:06:32 +01:00
Lenoctambule
44a55c1871 fix: missing patience reset 2026-03-27 05:23:09 +01:00
Lenoctambule
1e8a27ddaa feat: add bias to nn parameters 2026-03-27 04:35:22 +01:00
Lenoctambule
439a11a828 feat: mnist test 2026-03-27 04:22:49 +01:00