An open API service indexing awesome lists of open source software.

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

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)