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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tensorflow/swiftAvatar von tensorflow

    tensorflow/swift

    6,131Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,131
  • google-research/multinerfAvatar von google-research

    google-research/multinerf

    3,806Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,806
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Differentiable Programming
  5. Compiler-Integrated Differentiable Programmings

Unter-Tags erkunden

  • 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.