Commit Graph

26 Commits

Author SHA1 Message Date
Lenoctambule
e6b508f739 feat: sampling layer w/ forward method + abstract autoencoder 2026-03-31 19:10:06 +02:00
Lenoctambule
cc74b62afd feat: identity activation func 2026-03-30 05:14:02 +02:00
Lenoctambule
a93bb0a692 feat: error handling and re-train in mnist_test 2026-03-29 21:12:19 +02:00
Lenoctambule
8a3d408b7a docs(README.md): update Autoencoder class usage 2026-03-29 19:25:42 +02:00
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
a50a09b337 feat: DeepNNLayer class 2026-03-28 02:09:47 +01:00
Lenoctambule
6bd230c070 licensing: MIT 2026-03-27 23:52:05 +01:00
Lenoctambule
eee37c8496 refactor: code de-dup 2026-03-27 23:15:13 +01:00
Lenoctambule
c37d1c9c26 refactor: use tqdm instead of custom load bar 2026-03-27 22:16:17 +01:00
Lenoctambule
32e27b4b62 feat: custom load_mnist function and rm useless dependency 2026-03-27 21:54:17 +01:00
Lenoctambule
fa2bfe4ef5 feat: README.md w/ usage, training and inference instructions 2026-03-27 09:05:01 +01:00
Lenoctambule
e787825ae2 fix: swapped substraction for error calc 2026-03-27 07:59:46 +01:00
Lenoctambule
36ffe1f3d6 feat: re-enable loss plot 2026-03-27 07:40:55 +01:00
Lenoctambule
3301588f72 fix: bad cmp for patience in train_dataset method 2026-03-27 07:34:04 +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
Lenoctambule
69607d89c2 init: first draft of autoencoder 2026-03-27 04:15:00 +01:00