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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to perone/euclidesdb

Open-source alternatives to Euclidesdb

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

  • swall0w/torchstatSwall0w avatar

    Swall0w/torchstat

    1,500View on GitHub↗

    Model analyzer in PyTorch

    Pythonpythonpytorch
    View on GitHub↗1,500
  • cvxgrp/cvxpylayerscvxgrp avatar

    cvxgrp/cvxpylayers

    2,106View on 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
    View on GitHub↗2,106
  • pytorch/qnnpackpytorch avatar

    pytorch/QNNPACK

    1,549View on GitHub↗

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

    C
    View on GitHub↗1,549
  • henryre/pytorch-fitmodulehenryre avatar

    henryre/pytorch-fitmodule

    102View on GitHub↗

    Super simple fit method for PyTorch Modules

    Python
    View on GitHub↗102
  • ncullen93/torchsamplencullen93 avatar

    ncullen93/torchsample

    1,878View on GitHub↗

    Train AI models efficiently on medical images using any framework

    Python
    View on GitHub↗1,878
  • pytorch/pytorchpytorch avatar

    pytorch/pytorch

    100,814View on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training sui

    Pythonautograddeep-learninggpu
    View on GitHub↗100,814

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • cornellius-gp/gpytorchcornellius-gp avatar

    cornellius-gp/gpytorch

    3,893View on 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
    View on GitHub↗3,893
  • awwong1/torchprofawwong1 avatar

    awwong1/torchprof

    605View on GitHub↗

    PyTorch layer-by-layer model profiler

    Python
    View on GitHub↗605
  • ecs-vlc/torchbearerecs-vlc avatar

    ecs-vlc/torchbearer

    641View on GitHub↗

    torchbearer: A model fitting library for PyTorch

    Python
    View on GitHub↗641
  • graal-research/poutyneGRAAL-Research avatar

    GRAAL-Research/poutyne

    578View on GitHub↗

    A simplified framework and utilities for PyTorch

    Python
    View on GitHub↗578
  • lanpa/tensorboard-pytorchlanpa avatar

    lanpa/tensorboard-pytorch

    7,983View on GitHub↗

    This project is a machine learning experiment tracker and event file generator that enables the recording of scalars, images, and histograms to monitor model performance. It functions as an integration bridge that allows training metrics from PyTorch to be logged into files compatible with the TensorBoard dashboard. The system includes a remote log synchronizer designed to stream experiment data to cloud services. This allows for the remote management and analysis of training results and the comparison of datasets across different training runs. The utility covers a broad range of monitoring

    Python
    View on GitHub↗7,983
  • msamogh/nonechucksM

    msamogh/nonechucks

    0View on GitHub↗
    View on GitHub↗0
  • nvidiagameworks/kaolinNVIDIAGameWorks avatar

    NVIDIAGameWorks/kaolin

    5,107View on 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
    View on GitHub↗5,107
  • pytorch/ignitepytorch avatar

    pytorch/ignite

    4,770View on GitHub↗

    Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep learning lifecycle manager. It provides a structured system for organizing and automating training and evaluation loops, managing data iterators and triggering event handlers at specific milestones during the model training process. The project distinguishes itself through a comprehensive suite of tools for distributed training and model evaluation. It includes utilities for synchronizing gradients and coordinating collective communication across multiple GPUs or nodes, as well as a

    Python
    View on GitHub↗4,770
  • aiqm/torchaniaiqm avatar

    aiqm/torchani

    548View on GitHub↗

    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
    View on GitHub↗548
  • bachili/rednerBachiLi avatar

    BachiLi/redner

    1,439View on GitHub↗

    Differentiable rendering without approximation.

    NASLcomputer-graphicscomputer-visiondifferentiable-rendering
    View on GitHub↗1,439
  • bharathgs/naluB

    bharathgs/NALU

    0View on GitHub↗
    View on GitHub↗0
  • catalyst-team/catalystcatalyst-team avatar

    catalyst-team/catalyst

    3,376View on GitHub↗

    Accelerated deep learning R&D

    Python
    View on GitHub↗3,376
  • determined-ai/determineddetermined-ai avatar

    determined-ai/determined

    3,224View on GitHub↗

    Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning, experiment tracking, and resource management. Works with PyTorch and TensorFlow.

    Go
    View on GitHub↗3,224
  • dmlc/dgldmlc avatar

    dmlc/dgl

    14,283View on 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
    View on GitHub↗14,283
  • facebookresearch/higherfacebookresearch avatar

    facebookresearch/higher

    1,627View on GitHub↗

    higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather than individual training steps.

    Python
    View on GitHub↗1,627
  • ferrine/geooptferrine avatar

    ferrine/geoopt

    1,080View on GitHub↗

    Riemannian Adaptive Optimization Methods with pytorch optim

    Python
    View on GitHub↗1,080
  • kevinmusgrave/pytorch-metric-learningKevinMusgrave avatar

    KevinMusgrave/pytorch-metric-learning

    6,328View on GitHub↗

    PyTorch Metric Learning is an open-source library for training neural networks to produce similarity-preserving embedding spaces. It provides a modular framework where interchangeable loss functions, mining strategies, and evaluation tools can be composed to learn representations that map similar items to nearby points and dissimilar items to distant points in the embedding space. The library distinguishes itself through a highly configurable architecture that separates concerns across several interchangeable components. Users can assemble custom loss functions from pluggable distance metrics

    Pythoncomputer-visioncontrastive-learningdeep-learning
    View on GitHub↗6,328
  • koz4k/dni-pytorchK

    koz4k/dni-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • lyken17/pytorch-opcounterLyken17 avatar

    Lyken17/pytorch-OpCounter

    5,080View on GitHub↗

    pytorch-OpCounter is a profiling utility for PyTorch neural networks designed to quantify model efficiency by calculating floating point operations and multiply-accumulate counts. It functions as a complexity analyzer to measure the computational cost and theoretical workload of different model architectures. The tool allows for the definition of custom operation counting rules to support third-party modules not covered by default. It uses forward hooks to intercept module calls and recursive traversal of the module tree to aggregate operations across child sub-modules. The project provides

    Python
    View on GitHub↗5,080
  • mariogeiger/hessianmariogeiger avatar

    mariogeiger/hessian

    187View on GitHub↗

    hessian in pytorch

    Python
    View on GitHub↗187
  • nerox8664/pytorch2kerasnerox8664 avatar

    nerox8664/pytorch2keras

    861View on GitHub↗

    PyTorch to Keras model convertor

    Python
    View on GitHub↗861
  • ag14774/diffdistag14774 avatar

    ag14774/diffdist

    62View on GitHub↗
    Python
    View on GitHub↗62
  • piquil/qucumberP

    PIQuIL/QuCumber

    0View on GitHub↗
    View on GitHub↗0
  • jrg365/gpytorchJ

    jrg365/gpytorch

    0View on GitHub↗
    View on GitHub↗0