Commit Graph

47 Commits

Author SHA1 Message Date
Lenoctambule
d23f3a903a build: update package version 1.1 => 1.2 2026-04-10 22:26:42 +02:00
Lenoctambule
475ca0cf6f Merge pull request #2 from lenoctambule/dev
Refactor of plotting and kb interrupt logic
2026-04-10 22:24:10 +02:00
Lenoctambule
7a822782a5 refactor: move kb interrupt handling to autoencoder classes 2026-04-10 22:20:35 +02:00
Lenoctambule
5ff6cfe55e feat(plotters.py): add VAEPlotter class + seperate training logic 2026-04-10 20:37:03 +02:00
Lenoctambule
849d988de5 feat(autoencoder.py): __str__ method for VariationalAutoencoder class 2026-04-10 15:00:04 +02:00
Lenoctambule
d4679712a6 docs: fix typo in README.md 2026-04-10 14:33:25 +02:00
Lenoctambule
ea8a4079ac refactor: move plot logic to plotters.py 2026-04-09 22:47:22 +02:00
Lenoctambule
9d718a6bc8 docs: readme full url to media 2026-04-09 19:55:50 +02:00
Lenoctambule
5e83983d96 Merge pull request #1 from lenoctambule/dev
Bug fixes and README improvements
2026-04-09 19:25:21 +02:00
Lenoctambule
9b42e9db85 build: update package version 1.0 => 1.1 2026-04-09 19:23:25 +02:00
Lenoctambule
0b46028702 docs: illustration of MNIST latent-space representation 2026-04-09 19:21:13 +02:00
Lenoctambule
b4963513cc fix: unneeded func params 2026-04-09 19:19:59 +02:00
Lenoctambule
075382cfb0 fix(mnist_test.py): subplot invalid ncols 2026-04-09 18:43:27 +02:00
Lenoctambule
15865812d8 refactor(autoencoder.py): __init__ code de-dup 2026-04-09 18:31:32 +02:00
Lenoctambule
058b7a0f2a docs: update readme.md w/ remote install 2026-04-08 19:08:16 +02:00
Lenoctambule
d048ddc6db feat: packaging, project structure + updated README.md 2026-04-08 18:58:32 +02:00
Lenoctambule
e9c79f463f fix: missing args in np.clip 2026-04-08 14:49:56 +02:00
Lenoctambule
510ad8720c feat: plot 2d latent space + signal handling + fix SGD in Sampler 2026-04-07 22:25:39 +02:00
Lenoctambule
3440de851a fix: dup load method 2026-04-05 08:41:17 +02:00
Lenoctambule
82d61dd10f fix: bad type hint and typo for forward method return value 2026-04-05 01:44:10 +02:00
Lenoctambule
5a8fb2c48b feat: working implementation of VAE 2026-04-05 01:17:51 +02:00
Lenoctambule
577e679425 feat: VariationalAutoencoder class + sampling nn layer 2026-04-01 22:32:35 +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