Implementations of Random Feedback Alignment (RFA), DFA, and variants.
python3 main.py --lr=0.05 --bs=128 --epochs=100 --flow=autodiff
lr
Learning ratebs
Batch sizeepochs
Number of epochs to train forflow
The gradient flow scheme used. Possible values:autodiff
Backprop with Tensorflow's built-in reverse mode automatic differentionrfa
Random feedback alignmentdfa
Direct feedback alignment