Skip to content

Rasmuskh/Bender.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bender.jl

Build Status Coverage

A wide range of research on feedforward neural networks requires "bending" the chain rule during backpropagation. This package provides neural network layers (compatible with Flux.jl), which gives users more freedom to choose every aspect of the forward mapping. This makes it easy to leverage ChainRules.jl to compose a wide range of experiments, such as training binary neural networks, Feedback Alignment and Direct Feedback Alignment in just a few lines of code.

This package is not yet officially released so use at your own risk. Documentation and tests are work in progress, and API might change slightly before official release.

To install: enter package manager mode by typing ] in a Julia REPL. Then type add https://github.com/Rasmuskh/Bender.jl.git.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages