Commit Graph

  • e6b508f739 feat: sampling layer w/ forward method + abstract autoencoder main Lenoctambule 2026-03-31 19:10:06 +02:00
  • cc74b62afd feat: identity activation func Lenoctambule 2026-03-30 05:14:02 +02:00
  • a93bb0a692 feat: error handling and re-train in mnist_test Lenoctambule 2026-03-29 21:12:19 +02:00
  • 8a3d408b7a docs(README.md): update Autoencoder class usage Lenoctambule 2026-03-29 19:25:42 +02:00
  • 53c7f73055 feat: ActivationFunc classes ReLU and LeakyReLU Lenoctambule 2026-03-29 19:20:05 +02:00
  • 44bf4c0286 feat: str methods for Autoencoder Lenoctambule 2026-03-29 09:41:33 +02:00
  • 7aabc5db48 feat: leaky relu func Lenoctambule 2026-03-29 09:19:15 +02:00
  • 09835e9afa fix: missing activation func derivative + send error before update Lenoctambule 2026-03-29 08:23:15 +02:00
  • efd328e530 feat: save and load methods for Autoencoder Lenoctambule 2026-03-28 17:50:27 +01:00
  • 6155649655 feat: loss method + mv data reshaping out of Autoencoder class Lenoctambule 2026-03-28 02:40:10 +01:00
  • e5520bf050 feat: use DeepNNLayer in Autoencoder Lenoctambule 2026-03-28 02:07:23 +01:00
  • a50a09b337 feat: DeepNNLayer class Lenoctambule 2026-03-28 00:31:39 +01:00
  • 6bd230c070 licensing: MIT Lenoctambule 2026-03-27 23:52:05 +01:00
  • eee37c8496 refactor: code de-dup Lenoctambule 2026-03-27 23:15:13 +01:00
  • c37d1c9c26 refactor: use tqdm instead of custom load bar Lenoctambule 2026-03-27 22:16:17 +01:00
  • 32e27b4b62 feat: custom load_mnist function and rm useless dependency Lenoctambule 2026-03-27 21:54:17 +01:00
  • fa2bfe4ef5 feat: README.md w/ usage, training and inference instructions Lenoctambule 2026-03-27 09:05:01 +01:00
  • e787825ae2 fix: swapped substraction for error calc Lenoctambule 2026-03-27 07:59:46 +01:00
  • 36ffe1f3d6 feat: re-enable loss plot Lenoctambule 2026-03-27 07:40:55 +01:00
  • 3301588f72 fix: bad cmp for patience in train_dataset method Lenoctambule 2026-03-27 07:34:04 +01:00
  • 9859863ec9 feat: move train over dataset logic to Autoencoder class Lenoctambule 2026-03-27 07:07:41 +01:00
  • af9a0c70b2 feat: handle args for mnist test Lenoctambule 2026-03-27 06:06:32 +01:00
  • 44a55c1871 fix: missing patience reset Lenoctambule 2026-03-27 05:23:09 +01:00
  • 1e8a27ddaa feat: add bias to nn parameters Lenoctambule 2026-03-27 04:35:22 +01:00
  • 439a11a828 feat: mnist test Lenoctambule 2026-03-27 04:22:49 +01:00
  • 69607d89c2 init: first draft of autoencoder Lenoctambule 2026-03-27 04:15:00 +01:00