https://github.com/clinder2/autodifflib
Repo for playing around with autodifferentiation in several languages, using dual numbers, etc.
https://github.com/clinder2/autodifflib
autodifferentiation cpp math ml
Last synced: about 1 year ago
JSON representation
Repo for playing around with autodifferentiation in several languages, using dual numbers, etc.
- Host: GitHub
- URL: https://github.com/clinder2/autodifflib
- Owner: clinder2
- Created: 2025-06-12T22:30:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T20:04:09.000Z (about 1 year ago)
- Last Synced: 2025-06-14T21:20:54.945Z (about 1 year ago)
- Topics: autodifferentiation, cpp, math, ml
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoDiffLib
Repo for playing around with autodifferentiation/backpropagation in several languages, using dual numbers, etc.