2 Repos
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.
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.
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.