Commit Graph
4 Commits
Author SHA1 Message Date
jensandClaude Sonnet 4.6 f7ed8563d7 refactor RnnModel: multi-unit delay training and unified vc interface
- Add batch_delay() to shift visible input per unit index
- Unify forward_step() to work with combined vc matrix
- Fix split() to always slice on axis=1
- Add index param to Entity for readable naming
- Rename test_xor.py to xor.py, replace Mat with np.array

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 16:29:36 +02:00
jens bb6680c931 getting Rnn to work 2026-06-04 10:28:19 +02:00
jens 6a75e0b33b added more Rnn helber 2026-06-03 22:14:34 +02:00
jensandClaude Sonnet 4.6 2da2262368 [refactor] move rbm.stack* + rbm.rnn_helper → stack/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 08:10:03 +02:00