The ChainRules package provides a variety of common utilities that can be used by downstream automatic differentiation (AD) tools to define and execute forward-, reverse--, and mixed-mode primitives. The core logic of ChainRules is implemented in ChainRulesCore.jl. To add ChainRules support to your package, by defining new rules or frules, you only need to depend on the very light-weight package ChainRulesCore.jl. This repository contains ChainRules.jl, which is what people actually use directly. ChainRules reexports all the ChainRulesCore functionality and has all the rules for the Julia standard library.
Features
- Mixed-mode composability without being coupled to a specific AD implementation
- Extensible rules
- Control-inverted design
- Propagation semantics built-in
- Package authors can add rules (and thus AD support) to the functions in their packages, without needing to make a PR to ChainRules.jl
- Default implementations that allow rule authors to easily opt-in to common optimizations (fusion, increment elision, memoization, etc.)
Categories
Data VisualizationLicense
MIT LicenseFollow ChainRules.jl
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of ChainRules.jl!