Reports
Created by
Created On
Last edited
Paper Figures
Starts with the Key-Recall task. Then, perhaps the associative retrieval task from Ba & Hinton, repeated sequences, or even the baby names or short stories datasets. Might consider hyperparameter sweeps or a search for the ideal effective update magnitude.
0
2025-01-18
regularize to effective lr
a new mechanism keeps the average of the plasticity values to be around 1, so that the effective lr is always the same, overall.
0
2024-08-19
make long_range dataset work
I want to just tinker with what I have so far to just get the model to begin to really show useful results on this dataset. The build of it really feels like it inherently proves what I'm seeking to prove about the model.
0
2024-08-06
Static Plasticity
Should the plasticity values for each parameter change? Or can they stay the same and still let the model work fine? What should their value be? Randomly initialized, or all zero, or something else?
0
2024-07-25
No Recurrent Connection
Remove the recurrent connection. Try to get the rnn running, anyways, using weight updates for short-term memory. The plasticity value ought to be instrumental, here, some weights being more plastic than others and therefore changing quickly so as to store info.
0
2024-07-17
wackpropogation
Direct feedback alignment, but the weight updated is modulated by a local rule that preserves signal from the previous layer.
0
2024-03-08