Commit Graph

15 Commits

Author SHA1 Message Date
Lenoctambule
65c6d3bbee fix: wrong axis typo in Label's observe method 2026-04-17 02:31:33 +02:00
Lenoctambule
32a4a39ab9 fix: add history mem cap and mid point pruning 2026-04-14 21:03:04 +02:00
Lenoctambule
4cc349c22c feat: simple distances instead of std+mean for labeling 2026-04-14 20:53:13 +02:00
Lenoctambule
b635bf0467 feat: add monte-carlo method and MSE to labeling method 2026-04-14 19:24:20 +02:00
Lenoctambule
b1dc34e699 feat: post training and online labeling VAE class 2026-04-14 14:12:22 +02:00
Lenoctambule
e6c1229a7e fix: return encoding after sample layer 2026-04-13 23:07:11 +02:00
Lenoctambule
82acc6b4f3 feat: NoiseLayer class + keep loss across trainings 2026-04-12 20:31:31 +02:00
Lenoctambule
a4334568ec refactor: separate gradient back and weight updates 2026-04-12 19:40:04 +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
ea8a4079ac refactor: move plot logic to plotters.py 2026-04-09 22:47:22 +02:00
Lenoctambule
b4963513cc fix: unneeded func params 2026-04-09 19:19:59 +02:00
Lenoctambule
15865812d8 refactor(autoencoder.py): __init__ code de-dup 2026-04-09 18:31:32 +02:00
Lenoctambule
d048ddc6db feat: packaging, project structure + updated README.md 2026-04-08 18:58:32 +02:00