2 Commits

Author SHA1 Message Date
258a03388c Tighten paper, clean README, add .gitignore
Cut ~40% paper text — tables speak for themselves.
Remove duplicate episodic memory framing from README.
Add serve.py to quick start.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 19:27:46 +07:00
176164815b Solving the Clive Wearing Problem: One-Shot Episodic Memory for Frozen Transformers
Tommi Niemi / Rotko Networks

Hidden-state episodic memory for frozen transformers. No gradients.
Teach via one forward pass, recall via cosine similarity + logit injection.
200-line Python reproduction included.

pip install transformers torch numpy && python python/epimem.py
2026-04-05 02:16:29 +07:00