Show HN: Backwards automatic differentiation in ~100 lines of Python - Klaput News

Show HN: Backwards automatic differentiation in ~100 lines of Python
2 by AirFig | 0 comments on Hacker News.
Inspired by the recent posts on implementing forwards mode automatic differentiation, here's an attempt at the backwards mode, which is often more efficient when your function depends on many variables but outputs just one value.

RELATED POST :
Memuat...

Comments

Popular posts from this blog

Show HN: Modifying Clang for a Safer, More Explicit C++ - Klaput News

Show HN: A tool to design and run user state machines - Klaput News