awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesGradient Evaluation

Deferred calculation of derivatives until a backward pass is explicitly triggered.

Distinct from Lazy Evaluation Patterns: Specializes lazy evaluation patterns specifically for the timing of gradient calculations in autodiff

Explore 1 awesome GitHub repository matching software engineering & architecture · Gradient Evaluation. Refine with filters or upvote what's useful.

Awesome Gradient Evaluation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • hips/autogradAvatar de HIPS

    HIPS/autograd

    7,458Voir sur GitHub↗

    Autograd is an automatic differentiation library and numerical gradient engine for Python. Its primary purpose is to compute the gradients of mathematical functions to enable numerical optimization and the training of mathematical models. The library automates the calculation of derivatives to simplify the implementation of optimization algorithms. This supports activities such as machine learning research, gradient-based learning, and the optimization of numerical models.

    Defers the numerical calculation of derivatives until an explicit backward call is triggered on a scalar.

    Python
    Voir sur GitHub↗7,458
  1. Home
  2. Software Engineering & Architecture
  3. Lazy Evaluation Patterns
  4. Gradient Evaluation