Skip to content

*INCOMPLETE* Implementations of Random Feedback Alignment (RFA), DFA, and similar Backprop alternatives

License

Notifications You must be signed in to change notification settings

adityab/Feedback-Alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback-Alignment

Implementations of Random Feedback Alignment (RFA), DFA, and variants.

Running

python3 main.py --lr=0.05 --bs=128 --epochs=100 --flow=autodiff

CLI Options:

  • lr Learning rate
  • bs Batch size
  • epochs Number of epochs to train for
  • flow The gradient flow scheme used. Possible values:
    • autodiff Backprop with Tensorflow's built-in reverse mode automatic differention
    • rfa Random feedback alignment
    • dfa Direct feedback alignment

About

*INCOMPLETE* Implementations of Random Feedback Alignment (RFA), DFA, and similar Backprop alternatives

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages