ARU.png
ARU_FORMULATION.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
ablations/__init__.py
ablations/aru_variants.py
ablations/counting_ablation.py
ablations/gate_analysis.py
ablations/gate_importance.py
additive_recurrent_unit.egg-info/PKG-INFO
additive_recurrent_unit.egg-info/SOURCES.txt
additive_recurrent_unit.egg-info/dependency_links.txt
additive_recurrent_unit.egg-info/requires.txt
additive_recurrent_unit.egg-info/top_level.txt
aru/__init__.py
aru/baselines.py
aru/model.py
benchmarks/__init__.py
benchmarks/aura/__init__.py
benchmarks/aura/wikitext2_benchmark.py
benchmarks/phase1/README.md
benchmarks/phase1/ag_news_benchmark.py
benchmarks/phase1/report.md
benchmarks/phase2/README.md
benchmarks/phase2/copy_task_benchmark.py
benchmarks/phase2/report.md
benchmarks/phase3/README.md
benchmarks/phase3/counting_benchmark.py
benchmarks/phase3/report.md
benchmarks/phase4/README.md
benchmarks/phase4/report.md
benchmarks/phase4/sparse_event_counting_benchmark.py
benchmarks/phase5/README.md
benchmarks/phase5/adding_problem_benchmark.py
benchmarks/phase5/report.md
benchmarks/phase6/README.md
benchmarks/phase6/inception_dream_layers.py
benchmarks/phase6/inception_report.md
benchmarks/phase6/matrix_bullet_dodge.py
benchmarks/phase6/matrix_report.md
benchmarks/phase7/README.md
benchmarks/phase7/__init__.py
benchmarks/phase7/ett_benchmark.py
benchmarks/phase7/report.md
benchmarks/synthetic/counting_benchmark.py
data/ETT/ETTh1.csv
data/ETT/ETTh2.csv
data/ETT/ETTm1.csv
data/ETT/ETTm2.csv
data/MNIST/raw/t10k-images-idx3-ubyte
data/MNIST/raw/t10k-images-idx3-ubyte.gz
data/MNIST/raw/t10k-labels-idx1-ubyte
data/MNIST/raw/t10k-labels-idx1-ubyte.gz
data/MNIST/raw/train-images-idx3-ubyte
data/MNIST/raw/train-images-idx3-ubyte.gz
data/MNIST/raw/train-labels-idx1-ubyte
data/MNIST/raw/train-labels-idx1-ubyte.gz
data/ptb_char/test.txt
data/ptb_char/train.txt
data/ptb_char/valid.txt
utils/__init__.py
utils/data.py
utils/stats.py
utils/training.py