LICENSE
README.md
pyproject.toml
src/mgru/__init__.py
src/mgru/api.py
src/mgru/cli.py
src/mgru.egg-info/PKG-INFO
src/mgru.egg-info/SOURCES.txt
src/mgru.egg-info/dependency_links.txt
src/mgru.egg-info/entry_points.txt
src/mgru.egg-info/requires.txt
src/mgru.egg-info/top_level.txt
src/mgru/data/synthetic.py
src/mgru/gates/adaptive_gain.py
src/mgru/models/gru_baseline.py
src/mgru/models/mgru.py
src/mgru/models/mgru_cell.py
src/mgru/predictors/smith.py
src/mgru/predictors/tiny_mlp.py
src/mgru/trainers/supervised_trainer.py
src/mgru/utils/metrics.py
src/mgru/utils/seed.py
src/mgru/utils/viz.py
tests/test_cli.py
tests/test_shapes.py
tests/test_train_loop.py