Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages