JuliaDiff

JuliaDiff

Geek Repo

Differentiation Tools in Julia

Home Page:https://www.juliadiff.org/

Github PK Tool:Github PK Tool

JuliaDiff's repositories

ForwardDiff.jl

Forward Mode Automatic Differentiation for Julia

Language:JuliaLicense:NOASSERTIONStargazers:854Issues:27Issues:351

BlueStyle

A Julia style guide that lives in a blue world

Diffractor.jl

Next-generation AD

Language:JuliaLicense:MITStargazers:425Issues:30Issues:72

ChainRules.jl

forward and reverse mode automatic differentiation primitives for Julia Base + StdLibs

Language:JuliaLicense:NOASSERTIONStargazers:409Issues:21Issues:244

ReverseDiff.jl

Reverse Mode Automatic Differentiation for Julia

Language:JuliaLicense:NOASSERTIONStargazers:337Issues:13Issues:131

TaylorSeries.jl

Taylor polynomial expansions in one and several independent variables.

Language:JuliaLicense:NOASSERTIONStargazers:316Issues:16Issues:133

FiniteDifferences.jl

High accuracy derivatives, estimated via numerical finite differences (formerly FDM.jl)

Language:JuliaLicense:MITStargazers:282Issues:16Issues:81

ChainRulesCore.jl

AD-backend agnostic system defining custom forward and reverse mode rules. This is the light weight core to allow you to define rules for your functions in your packages, without depending on any particular AD system.

Language:JuliaLicense:NOASSERTIONStargazers:243Issues:12Issues:267

FiniteDiff.jl

Fast non-allocating calculations of gradients, Jacobians, and Hessians with sparsity support

Language:JuliaLicense:NOASSERTIONStargazers:238Issues:12Issues:67

SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring

Language:JuliaLicense:MITStargazers:236Issues:9Issues:91

AbstractDifferentiation.jl

An abstract interface for automatic differentiation.

Language:JuliaLicense:MITStargazers:130Issues:13Issues:68

DualNumbers.jl

Julia package for representing dual numbers and for performing dual algebra

Language:JuliaLicense:NOASSERTIONStargazers:78Issues:9Issues:41

DiffRules.jl

A simple shared suite of common derivative definitions

Language:JuliaLicense:NOASSERTIONStargazers:73Issues:6Issues:26

TaylorDiff.jl

Taylor-mode automatic differentiation for higher-order derivatives

Language:JuliaLicense:MITStargazers:63Issues:6Issues:23

Capstan.jl

A Cassette-based automatic differentiation package for the Julia language

Language:JuliaLicense:NOASSERTIONStargazers:56Issues:16Issues:4

ChainRulesTestUtils.jl

Utilities for testing custom AD primitives.

Language:JuliaLicense:MITStargazers:48Issues:11Issues:123

HyperDualNumbers.jl

Julia implementation of HyperDualNumbers

Language:JuliaLicense:NOASSERTIONStargazers:40Issues:10Issues:17

DiffResults.jl

A package which provides an API for querying differentiation results at multiple orders simultaneously

Language:JuliaLicense:NOASSERTIONStargazers:35Issues:6Issues:10

DiffTests.jl

A common suite of test functions for stressing the robustness of differentiation tools.

Language:JuliaLicense:NOASSERTIONStargazers:12Issues:5Issues:5

DocThemeIndigo.jl

The Documenter Theme for the ChainRules family of packages. But you can use it too

Language:SCSSLicense:MITStargazers:7Issues:7Issues:3

ChainRulesOverloadGeneration.jl

Tools to help generate operator overloads based on ChainRules

Language:JuliaLicense:NOASSERTIONStargazers:4Issues:12Issues:3

ChainRulesDeclarationHelpers.jl

Helpers for declaring ChainRules