- 2023-08-14: Decomposing independent generalizations in neural networks via Hessian analysis
- 2023-08-23: The Low-Hanging Fruit Prior and sloped valleys in the loss landscape
mnist/
contains the code for the MNIST experiments (modified MNIST digit classification task with superimposed random patterns)modular_addition/
contains the code for the modular addition experiments (addition of two numbers embedded as tokens modulo n)results/
contains interesting results and artifacts from experimentsdiagrams/
contains code and plots used to generate diagrams in the postsmisc/
contains code not directly related to the experiments or referenced in the posts, produced during the course of the project
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt