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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to aiqm/torchani

Open-source alternatives to Torchani

30 open-source projects similar to aiqm/torchani, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Torchani alternative.

  • ryanleary/pytorch-ctcR

    ryanleary/pytorch-ctc

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • swall0w/torchstatAvatar de Swall0w

    Swall0w/torchstat

    1,500Voir sur GitHub↗

    Model analyzer in PyTorch

    Pythonpythonpytorch
    Voir sur GitHub↗1,500
  • jrg365/gpytorchJ

    jrg365/gpytorch

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • pytorch/xlaAvatar de pytorch

    pytorch/xla

    2,788Voir sur GitHub↗

    Enabling PyTorch on XLA Devices (e.g. Google TPU)

    C++compilerdeep-learningpytorch
    Voir sur GitHub↗2,788
  • taolei87/sruAvatar de taolei87

    taolei87/sru

    38Voir sur GitHub↗

    Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)

    Voir sur GitHub↗38
  • szagoruyko/functional-zooAvatar de szagoruyko

    szagoruyko/functional-zoo

    585Voir sur GitHub↗

    PyTorch and Tensorflow functional model definitions

    Jupyter Notebook
    Voir sur GitHub↗585
  • cornellius-gp/gpytorchAvatar de cornellius-gp

    cornellius-gp/gpytorch

    3,893Voir sur GitHub↗

    GPyTorch is a GPU-accelerated probabilistic framework and PyTorch library for implementing scalable Gaussian process models. It provides a system for Gaussian process modeling and uncertainty estimation, designed to perform efficient matrix operations on graphics hardware. The framework features a modular kernel system for constructing custom covariance functions and modeling complex data dependencies. It specifically integrates Gaussian processes with deep neural networks to create hybrid models for regression and classification. The system employs numerical linear algebra techniques, inclu

    Python
    Voir sur GitHub↗3,893

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • ferrine/geooptAvatar de ferrine

    ferrine/geoopt

    1,080Voir sur GitHub↗

    Riemannian Adaptive Optimization Methods with pytorch optim

    Python
    Voir sur GitHub↗1,080
  • pytorch/qnnpackAvatar de pytorch

    pytorch/QNNPACK

    1,549Voir sur GitHub↗

    Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators

    C
    Voir sur GitHub↗1,549
  • piquil/qucumberP

    PIQuIL/QuCumber

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • stanfordvl/minkowskiengineS

    StanfordVL/MinkowskiEngine

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • t-vi/candlegpT

    t-vi/candlegp

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • zhanghang1989/pytorch-encodingAvatar de zhanghang1989

    zhanghang1989/PyTorch-Encoding

    2,045Voir sur GitHub↗

    A CV toolkit for my papers.

    Pythonbatchnormdeep-learningencoding-layer
    Voir sur GitHub↗2,045
  • tmbdev/webdatasetT

    tmbdev/webdataset

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • bachili/rednerAvatar de BachiLi

    BachiLi/redner

    1,439Voir sur GitHub↗

    Differentiable rendering without approximation.

    NASLcomputer-graphicscomputer-visiondifferentiable-rendering
    Voir sur GitHub↗1,439
  • bharathgs/naluB

    bharathgs/NALU

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • cvxgrp/cvxpylayersAvatar de cvxgrp

    cvxgrp/cvxpylayers

    2,106Voir sur GitHub↗

    CVXPYlayers is a Python library for constructing differentiable convex optimization layers in PyTorch, JAX, and MLX using CVXPY. A convex optimization layer solves a parametrized convex optimization problem in the forward pass to produce a solution. It computes the derivative of the solution…

    Python
    Voir sur GitHub↗2,106
  • dmlc/dglAvatar de dmlc

    dmlc/dgl

    14,283Voir sur GitHub↗

    DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks

    Pythondeep-learninggraph-neural-networks
    Voir sur GitHub↗14,283
  • koz4k/dni-pytorchK

    koz4k/dni-pytorch

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • msamogh/nonechucksM

    msamogh/nonechucks

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • nvidiagameworks/kaolinAvatar de NVIDIAGameWorks

    NVIDIAGameWorks/kaolin

    5,107Voir sur GitHub↗

    Kaolin is a PyTorch 3D deep learning library providing a comprehensive suite of tools for 3D geometry processing, physics simulation, data visualization, and gradient-based rendering for computer vision. The library includes a differentiable 3D renderer and a geometry processing toolkit for converting and transforming 3D representations such as meshes and point clouds. It also features a 3D physics simulation engine to calculate physical interactions and collisions between three-dimensional objects and scenes. The toolkit provides utilities for 3D data visualization, including the creation o

    Python
    Voir sur GitHub↗5,107
  • perone/euclidesdbAvatar de perone

    perone/euclidesdb

    640Voir sur GitHub↗

    A multi-model machine learning feature embedding database

    C++
    Voir sur GitHub↗640
  • rtqichen/torchdiffeqAvatar de rtqichen

    rtqichen/torchdiffeq

    6,452Voir sur GitHub↗

    torchdiffeq is a PyTorch ODE solver library designed for solving initial value problems and building neural ODE frameworks. It provides a differentiable ODE integrator that allows deep learning models to simulate continuous depth by integrating dynamics functions over time. The library features an adjoint method gradient calculator for memory-efficient backpropagation. By solving an augmented adjoint system backwards in time, it computes parameter gradients without storing every intermediate solver state. The project covers numerical integration with adaptive and fixed-step solvers, incorpor

    Python
    Voir sur GitHub↗6,452
  • lammps/lammpsAvatar de lammps

    lammps/lammps

    2,783Voir sur GitHub↗

    This project is a parallel simulation engine and molecular dynamics simulator designed to model the physical movements of atoms and molecules. It functions as an interatomic potential framework for calculating forces between particles and a materials analysis tool for computing thermodynamic, structural, and transport properties of solids and fluids. The engine is distinguished by its high-performance computing capabilities, utilizing spatial-domain decomposition and message-passing interface communication to distribute workloads across processors. It supports multi-backend GPU acceleration v

    C++kokkoslammpsmolecular-dynamics
    Voir sur GitHub↗2,783
  • abseil/abseil-cppAvatar de abseil

    abseil/abseil-cpp

    17,334Voir sur GitHub↗

    Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc

    C++
    Voir sur GitHub↗17,334
  • adolfousier/ratifactAvatar de adolfousier

    adolfousier/ratifact

    87Voir sur GitHub↗

    Track and manage build artifacts from multiple programming languages.

    Rust
    Voir sur GitHub↗87
  • adolfousier/opencrabsAvatar de adolfousier

    adolfousier/opencrabs

    808Voir sur GitHub↗

    The autonomous, self-improving AI agent. Single Rust binary. Every channel.

    Rust
    Voir sur GitHub↗808
  • abkmystery/aneeAvatar de abkmystery

    abkmystery/ANEE

    1Voir sur GitHub↗

    ANEE is an experimental dynamic inference wrapper for pretrained Transformer language models (currently GPT-2). Instead of always running all layers, ANEE exposes an energy_budget and performs early exit inside the model’s forward pass.

    Python
    Voir sur GitHub↗1
  • adrientorris/awesome-blazorAvatar de AdrienTorris

    AdrienTorris/awesome-blazor

    9,307Voir sur GitHub↗
    asp-net-coreaspnetcoreawesome
    Voir sur GitHub↗9,307
  • 3dparallax/insightAvatar de 3Dparallax

    3Dparallax/insight

    914Voir sur GitHub↗

    A helpful Chrome extension for WebGL development

    JavaScript
    Voir sur GitHub↗914