[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>
This commit is contained in:
2026-05-31 23:22:00 +02:00
co-authored by Claude Sonnet 4.6
parent 73ff6c2bb4
commit cce3943b27
3 changed files with 540 additions and 558 deletions
+489
View File
File diff suppressed because one or more lines are too long