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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesCompiler-Integrated Differentiable Programmings

Using the Swift compiler's built-in automatic differentiation to compute gradients without runtime tracing.

Distinct from Differentiable Programming: Distinct from Differentiable Programming: focuses on compiler-integrated differentiation in Swift, not general differentiable programming frameworks.

Explore 2 awesome GitHub repositories matching part of an awesome list · Compiler-Integrated Differentiable Programmings. Refine with filters or upvote what's useful.

Awesome Compiler-Integrated Differentiable Programmings GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tensorflow/swiftAvatar de tensorflow

    tensorflow/swift

    6,131Ver en GitHub↗

    Swift for TensorFlow is a custom toolchain that extends the Swift language with first-class automatic differentiation and differentiable types, enabling gradient-based computation directly within the compiler. It integrates the Swift compiler with TensorFlow runtime and XLA backends, allowing tensor operations to be compiled and executed on hardware-accelerated hardware for high-performance machine learning. The project distinguishes itself through compiler-integrated automatic differentiation that computes gradients of user-defined functions and types during compilation, eliminating the need

    Uses compiler-integrated automatic differentiation to compute gradients without runtime tracing.

    Jupyter Notebook
    Ver en GitHub↗6,131
  • google-research/multinerfAvatar de google-research

    google-research/multinerf

    3,806Ver en GitHub↗

    MultiNeRF is a 3D scene reconstruction suite and framework for training Neural Radiance Fields to synthesize novel views from sets of 2D images. It provides a system for generating new perspectives of a scene by optimizing a neural network based on images and camera poses. The toolkit includes research implementations such as Mip-NeRF 360 and Ref-NeRF for high-fidelity volumetric rendering. It features a structure-from-motion pipeline to calculate camera positions and orientations from image datasets to prepare data for training. The project covers a full workflow for volumetric rendering, i

    Computes pixel colors by numerically integrating density and radiance along rays to enable gradient-based optimization.

    Pythonnerfneural-radiance-fields
    Ver en GitHub↗3,806
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Differentiable Programming
  5. Compiler-Integrated Differentiable Programmings

Explorar subetiquetas

  • Volumetric IntegrationNumerical integration of density and radiance along rays for gradient-based optimization. **Distinct from Compiler-Integrated Differentiable Programmings:** Focuses on the volumetric integration process for rendering, whereas the parent is a general compiler implementation of differentiation.