Skip to content

Simple implementation of network backpropagation on a graph

Notifications You must be signed in to change notification settings

SeanScripts/graph-backprop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

graph-backprop

Simple implementation of network backpropagation on a graph. This allows for arbitrary neural network architectures defined by a graph structure, rather than the usual layered structure (though of course the layered structure is a simple case of this). This includes any kind of structure with loops, like recurrent neural networks, as well as topologies which cannot be created in the existing frameworks. Uses numpy, with the backprop coded from scratch in an efficient matrix-oriented way.

About

Simple implementation of network backpropagation on a graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published