https://github.com/excessphase/reverse_mode_automatic_differentiation
A library for reverse mode automatic differentiation
https://github.com/excessphase/reverse_mode_automatic_differentiation
Last synced: 3 months ago
JSON representation
A library for reverse mode automatic differentiation
- Host: GitHub
- URL: https://github.com/excessphase/reverse_mode_automatic_differentiation
- Owner: ExcessPhase
- Created: 2024-12-26T16:30:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-27T20:48:01.000Z (over 1 year ago)
- Last Synced: 2024-12-27T21:27:17.272Z (over 1 year ago)
- Language: C++
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reverse-mode automatic differentiation
**Author**: Peter Foelsche |
**Date**: December 2024 |
**Location**: Austin, TX, USA |
**Email**: [peter_foelsche@outlook.com](mailto:peter_foelsche@outlook.com)
## Introduction
A project publishing a class system for reverse-mode automatic differentiation. RMAD is supposed to be better suited for certain problems than forward-mode automatic differentation. Especially if the number of inputs is large. See also [a class system for forward-mode automatic differentiation](https://github.com/ExcessPhase/ctaylor)