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
Skillfully - The future of skills based hiring
Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of ReverseDiff!