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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hips/autogradAvatar HIPS

    HIPS/autograd

    7,458Vezi pe 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
    Vezi pe GitHub↗7,458
  1. Home
  2. Software Engineering & Architecture
  3. Lazy Evaluation Patterns
  4. Gradient Evaluation