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

2 repos

Awesome GitHub RepositoriesAutomatic Differentiation Systems

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

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

  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Frameworks
  5. Model Construction
  6. 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

    Implements a dynamic, tape-based mechanism to compute gradients for flexible neural network training.

    Pythonautograddeep-learninggpu
  • d2l-ai/d2l-zh

    d2l-ai/d2l-zh

    75,708GitHubView on GitHub↗

    This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners

    Utilizes computational graphs to automatically derive gradients for neural network training.

    Pythonbookchinesecomputer-vision

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 Autograd
APIs for performing automatic differentiation on functional transformations and higher-order derivatives.