ReverseDiff is a fast and compile-able tape-based reverse mode automatic differentiation (AD) that implements methods to take gradients, Jacobians, Hessians, and higher-order derivatives of native Julia functions (or any callable object, really). While performance can vary depending on the functions you evaluate, the algorithms implemented by ReverseDiff generally outperform non-AD algorithms in both speed and accuracy.
Features
- Supports a large subset of the Julia language, including loops, recursion, and control flow
- User-friendly API for reusing and compiling tapes
- Compatible with ForwardDiff, enabling mixed-mode AD
- Built-in definitions leverage the benefits of ForwardDiff's Dual numbers (e.g. SIMD, zero-overhead arithmetic)
- Familiar differentiation API for ForwardDiff users
- Non-allocating linear algebra optimizations
- Suitable as an execution backend for graphical machine learning libraries
Categories
Data VisualizationLicense
MIT LicenseFollow ReverseDiff
Other Useful Business Software
Field Service+ for MS Dynamics 365 & Salesforce
Resco’s mobile solution streamlines your field service operations with offline work, fast data sync, and powerful tools for frontline workers, all natively integrated into Dynamics 365 and Salesforce.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of ReverseDiff!