5 Commits
Author SHA1 Message Date
jensandClaude Sonnet 4.6 cce3943b27 [RNN-RBM] rename to RNN-RBM, add unrolled depth-2 mode, update README
- Rename context33.ipynb → RNN-RBM.ipynb
- Add UNROLL_DEPTH parameter (1 = shared weights, N = alternating entities)
- Training loop uses t % n_layers instead of hardcoded t % 2
- README: RNN-RBM section with signal-flow ASCII art, modes table, parameter table, papers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 23:22:00 +02:00
jens 542b8ae9b0 added L2-Regulation 2026-01-06 18:00:26 +01:00
jens 63bfd3ed80 updated 2026-01-03 12:11:04 +01:00
jens 38b834c640 - added training params as list for model.train()
- added gaussian sample
- introduced layout concept
- updated README
2025-12-31 16:13:59 +01:00
jens b6e94e75ac Initial commit 2025-12-16 14:52:36 +01:00