Skip to content
/ gradf Public

Implements reverse mode automatic differentiation in C with a simple printf-like API.

Notifications You must be signed in to change notification settings

vnnm404/gradf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ad_float* gradf(const char *format, ...);

Implements reverse mode automatic differentiation in C with a simple printf-like API.

TODO

  • Implement unions to support any C type
  • Extend to brackets
  • Extend to doubles and reals
  • Extend to vectors
  • Basic Neural Net implementing gradient descent
  • Support more format specifiers

About

Implements reverse mode automatic differentiation in C with a simple printf-like API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published