awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to bachili/redner

Open-source alternatives to Redner

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

  • rtqichen/torchdiffeqrtqichen का अवतार

    rtqichen/torchdiffeq

    6,452GitHub पर देखें↗

    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
    GitHub पर देखें↗6,452
  • ryanleary/pytorch-ctcR

    ryanleary/pytorch-ctc

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • jrg365/gpytorchJ

    jrg365/gpytorch

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • pytorch/xlapytorch का अवतार

    pytorch/xla

    2,788GitHub पर देखें↗

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

    C++compilerdeep-learningpytorch
    GitHub पर देखें↗2,788
  • zhanghang1989/pytorch-encodingzhanghang1989 का अवतार

    zhanghang1989/PyTorch-Encoding

    2,045GitHub पर देखें↗

    A CV toolkit for my papers.

    Pythonbatchnormdeep-learningencoding-layer
    GitHub पर देखें↗2,045

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
stanfordvl/minkowskiengineS

StanfordVL/MinkowskiEngine

0GitHub पर देखें↗
GitHub पर देखें↗0
  • cornellius-gp/gpytorchcornellius-gp का अवतार

    cornellius-gp/gpytorch

    3,893GitHub पर देखें↗

    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
    GitHub पर देखें↗3,893
  • ferrine/geooptferrine का अवतार

    ferrine/geoopt

    1,080GitHub पर देखें↗

    Riemannian Adaptive Optimization Methods with pytorch optim

    Python
    GitHub पर देखें↗1,080
  • nvidiagameworks/kaolinNVIDIAGameWorks का अवतार

    NVIDIAGameWorks/kaolin

    5,107GitHub पर देखें↗

    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
    GitHub पर देखें↗5,107
  • pytorch/qnnpackpytorch का अवतार

    pytorch/QNNPACK

    1,549GitHub पर देखें↗

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

    C
    GitHub पर देखें↗1,549
  • swall0w/torchstatSwall0w का अवतार

    Swall0w/torchstat

    1,500GitHub पर देखें↗

    Model analyzer in PyTorch

    Pythonpythonpytorch
    GitHub पर देखें↗1,500
  • tmbdev/webdatasetT

    tmbdev/webdataset

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • taolei87/srutaolei87 का अवतार

    taolei87/sru

    38GitHub पर देखें↗

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

    GitHub पर देखें↗38
  • t-vi/candlegpT

    t-vi/candlegp

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • aiqm/torchaniaiqm का अवतार

    aiqm/torchani

    548GitHub पर देखें↗

    TorchANI 2.0 is an open-source library that supports training, development, and research of ANI-style neural network interatomic potentials. It was originally developed and is currently maintained by the Roitberg group.

    Python
    GitHub पर देखें↗548
  • bharathgs/naluB

    bharathgs/NALU

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • cvxgrp/cvxpylayerscvxgrp का अवतार

    cvxgrp/cvxpylayers

    2,106GitHub पर देखें↗

    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
    GitHub पर देखें↗2,106
  • dmlc/dgldmlc का अवतार

    dmlc/dgl

    14,283GitHub पर देखें↗

    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
    GitHub पर देखें↗14,283
  • koz4k/dni-pytorchK

    koz4k/dni-pytorch

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • msamogh/nonechucksM

    msamogh/nonechucks

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • perone/euclidesdbperone का अवतार

    perone/euclidesdb

    640GitHub पर देखें↗

    A multi-model machine learning feature embedding database

    C++
    GitHub पर देखें↗640
  • piquil/qucumberP

    PIQuIL/QuCumber

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • abseil/abseil-cppabseil का अवतार

    abseil/abseil-cpp

    17,334GitHub पर देखें↗

    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++
    GitHub पर देखें↗17,334
  • abkmystery/aneeabkmystery का अवतार

    abkmystery/ANEE

    1GitHub पर देखें↗

    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
    GitHub पर देखें↗1
  • 3dparallax/insight3Dparallax का अवतार

    3Dparallax/insight

    914GitHub पर देखें↗

    A helpful Chrome extension for WebGL development

    JavaScript
    GitHub पर देखें↗914
  • aerogear/graphbackaerogear का अवतार

    aerogear/graphback

    408GitHub पर देखें↗

    Graphback - Out of the box GraphQL server and client

    TypeScript
    GitHub पर देखें↗408
  • ag14774/diffdistag14774 का अवतार

    ag14774/diffdist

    62GitHub पर देखें↗
    Python
    GitHub पर देखें↗62
  • agarrharr/awesome-cli-appsagarrharr का अवतार

    agarrharr/awesome-cli-apps

    18,722GitHub पर देखें↗

    This project is a curated directory of command line applications and utilities designed to enhance developer productivity and streamline technical workflows. It serves as a comprehensive index of open-source software, categorizing tools that assist with system administration, development automation, and personal task management. The repository distinguishes itself by providing a structured collection of terminal-based software that spans diverse functional domains. It includes resources for managing infrastructure and cloud resources, performing code maintenance, and customizing terminal envi

    Shellawesomeawesome-listcli
    GitHub पर देखें↗18,722
  • agentbay-ai/agentbay-skillsagentbay-ai का अवतार

    agentbay-ai/agentbay-skills

    42GitHub पर देखें↗

    English | 中文

    Python
    GitHub पर देखें↗42
  • adrientorris/awesome-blazorAdrienTorris का अवतार

    AdrienTorris/awesome-blazor

    9,307GitHub पर देखें↗
    asp-net-coreaspnetcoreawesome
    GitHub पर देखें↗9,307