Repo contains script that produce relatively complex animations (see examples in animations folder) of hidden activations of different types of continuous
time recurrent neural networks. Alternatively, here is a screenshot:

- Clone the repo:
git clone https://github.com/frietz58/mpl_neural_activity.git- Install requirements:
python -m pip install -r requirements.txt- Done. Run
video_freqpred_3x4_trace.pyorvideo_ptb_trace.pyto produce the animations as in theanimationsfolder.
For more information on these specific animations, check out https://www.finnrietz.dev/projects/mpl_animate/.