awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Automatic Differentiation Systems · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesAutomatic Differentiation Systems

Mechanisms for computing gradients of mathematical functions, typically used in neural network training.

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

  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning Frameworks
  4. Automatic Differentiation Systems

Awesome Automatic Differentiation Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • pytorch/pytorch

    pytorch/pytorch

    97,601GitHubView on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic diffe

    Pythonautograddeep-learninggpu

Explore sub-tags

  • Autograd Graph Inspection ToolsUtilities for inspecting, visualizing, and hooking into automatic differentiation graphs.
  • Autograd ProfilingTools for inspecting execution costs and debugging gradient computation.
  • Forward-Mode DifferentiationComputation of directional derivatives by propagating tangents through a function.
  • Functional AutogradAPIs for performing automatic differentiation on functional transformations and higher-order derivatives.