awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Automatic Differentiation Frameworks · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesAutomatic Differentiation Frameworks

Engines for computing exact gradients and higher-order derivatives.

Distinguishing note: Provides a comprehensive engine for differentiation, distinct from specific utility functions.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Automatic Differentiation Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Automatic Differentiation Frameworks

Awesome Automatic Differentiation Frameworks GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • jax-ml/jax

    jax-ml/jax

    34,919View on GitHub↗

    This project is a high-performance numerical computing library designed for large-scale scientific and machine learning workloads. It functions as an automatic differentiation framework and a just-in-time compilation engine, transforming high-level Python code into optimized machine instructions. By enforcing pure functional programming patterns and immutable array semantics, the library ensures that mathematical functions remain compatible with automated graph transformations and symbolic differentiation. The platform distinguishes itself through its distributed array computing capabilities,

    Computes exact gradients and higher-order derivatives of complex functions using both forward and reverse modes.

    Pythonjax
    34,919View on GitHub↗