Skip to content

pietrosig/c-backprop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-backprop

A small Backpropagation implementation in C, capable of computing gradients of scalar functions.

The computational graph is Pyotrch like (i.e. computed at runtime).

Run

Currently this implementation is compiler dependent and needs gcc (see src/constant.c for details).

In order to run:

  1. Install gcc
  2. Run chmod +x ./compile.sh to add execute permission to the file
  3. Run ./compile.sh
  4. Run ./c_backprop

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published