awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesSimulation Gradient Computations

Computation of gradients from physical simulation results to be used in machine learning frameworks.

Distinct from Gradient Computation: Focuses on propagating gradients from simulation adjoint kernels back to ML models, rather than general automatic differentiation.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Simulation Gradient Computations. Refine with filters or upvote what's useful.

Awesome Simulation Gradient Computations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dusty-nv/jetson-inferencedusty-nv 的头像

    dusty-nv/jetson-inference

    8,734在 GitHub 上查看↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    NVIDIA generates reverse-mode adjoint kernels that propagate gradients from simulation results back into machine learning frameworks.

    C++caffecomputer-visiondeep-learning
    在 GitHub 上查看↗8,734
  • rtqichen/torchdiffeqrtqichen 的头像

    rtqichen/torchdiffeq

    6,452在 GitHub 上查看↗

    torchdiffeq 是一个 PyTorch ODE(常微分方程)求解器库,专为解决初值问题和构建神经 ODE 框架而设计。它提供了一个可微分的 ODE 积分器,允许深度学习模型通过随时间积分动力学函数来模拟连续深度。 该库具有用于内存高效反向传播的伴随法梯度计算器。通过在时间上反向求解增广伴随系统,它可以在不存储每个中间求解器状态的情况下计算参数梯度。 该项目涵盖了具有自适应和固定步长求解器的数值积分,并结合了误差控制和多项式状态插值。它还支持可微分事件管理,以便在特定标量函数触发时终止求解器,并沿事件时间传播梯度。 该框架常用于连续归一化流以及通过学习连续时间常微分方程进行概率分布转换等应用。

    Computes loss function gradients by solving an augmented adjoint system backwards in time to optimize memory.

    Python
    在 GitHub 上查看↗6,452
  • nvidia/isaac-gr00tNVIDIA 的头像

    NVIDIA/Isaac-GR00T

    6,222在 GitHub 上查看↗

    Backpropagates gradients through physics and rendering simulations to enable gradient-based optimization.

    Jupyter Notebook
    在 GitHub 上查看↗6,222
  1. Home
  2. Artificial Intelligence & ML
  3. Gradient Computation
  4. Simulation Gradient Computations