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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to microsoft/tensorwatch

Open-source alternatives to Tensorwatch

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

  • lutzroeder/netronAvatar von lutzroeder

    lutzroeder/netron

    33,087Auf GitHub ansehen↗

    Netron is a visualizer for neural network and machine learning models. It provides a graphical interface that renders model architectures as interactive node-link diagrams, allowing users to inspect internal layers, tensors, and metadata. By performing static analysis, the tool enables the examination of model definitions without executing the underlying machine learning code. The software distinguishes itself through a schema-driven parsing engine that translates diverse proprietary model formats into a unified internal graph structure. This approach ensures interoperability, allowing users

    JavaScriptaicoremldeep-learning
    Auf GitHub ansehen↗33,087
  • ecs-vlc/torchbearerAvatar von ecs-vlc

    ecs-vlc/torchbearer

    641Auf GitHub ansehen↗

    torchbearer: A model fitting library for PyTorch

    Python
    Auf GitHub ansehen↗641
  • pytorch/igniteAvatar von pytorch

    pytorch/ignite

    4,770Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,770
  • vizzuhq/vizzu-libAvatar von vizzuhq

    vizzuhq/vizzu-lib

    2,011Auf GitHub ansehen↗

    Library for animated data visualizations and data stories.

    JavaScript
    Auf GitHub ansehen↗2,011

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • graal-research/pytouneG

    GRAAL-Research/pytoune

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dnouri/skorchAvatar von dnouri

    dnouri/skorch

    6,166Auf GitHub ansehen↗

    Skorch is a deep learning workflow manager and tensor-based model interface. It provides a consistent API for training and predicting with neural networks within standard machine learning workflows, acting as a hyperparameter optimizer for finding optimal network configurations. The library specializes in wrapping PyTorch neural networks in a scikit-learn compatible interface. This allows tensor-based models to be used within traditional machine learning pipelines and grid search tools, including the mapping of parameter grids to model configurations. The framework covers training lifecycle

    Jupyter Notebook
    Auf GitHub ansehen↗6,166
  • catalyst-team/catalystAvatar von catalyst-team

    catalyst-team/catalyst

    3,376Auf GitHub ansehen↗

    Accelerated deep learning R&D

    Python
    Auf GitHub ansehen↗3,376
  • mrdrozdov/pytorch-extrasM

    mrdrozdov/pytorch-extras

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • iamaziz/pytorch-docsetI

    iamaziz/PyTorch-docset

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • nasimrahaman/infernoN

    nasimrahaman/inferno

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • graal-research/poutyneAvatar von GRAAL-Research

    GRAAL-Research/poutyne

    578Auf GitHub ansehen↗

    A simplified framework and utilities for PyTorch

    Python
    Auf GitHub ansehen↗578
  • huggingface/accelerateAvatar von huggingface

    huggingface/accelerate

    9,725Auf GitHub ansehen↗

    Accelerate is a PyTorch distributed training library that abstracts the boilerplate required to run models across multiple GPUs, TPUs, and CPUs. It functions as a deep learning model scaler and distributed hardware orchestrator, allowing the same training script to run on different hardware backends without modifying the core logic. The project provides a distributed training command line interface for configuring compute environments and launching jobs across single or multi-node clusters. It includes a mixed precision training framework to implement FP16 and BF16 precision, reducing memory

    Python
    Auf GitHub ansehen↗9,725
  • iterative/dvcAvatar von iterative

    iterative/dvc

    15,680Auf GitHub ansehen↗

    DVC is a data versioning tool and pipeline orchestrator designed to track large datasets and machine learning models. It functions as a system for managing large data artifacts by storing lightweight metadata in version control while keeping the actual binaries in a separate cache. The project serves as an experiment tracker and remote storage synchronizer, enabling the execution and comparison of machine learning iterations based on hyperparameters and performance metrics. It provides a bridge for pushing and pulling these large data artifacts between local environments and cloud or on-premi

    Python
    Auf GitHub ansehen↗15,680
  • ml-tooling/ml-workspaceAvatar von ml-tooling

    ml-tooling/ml-workspace

    3,540Auf GitHub ansehen↗

    🛠 All-in-one web-based IDE specialized for machine learning and data science.

    Jupyter Notebook
    Auf GitHub ansehen↗3,540
  • dmarnerides/pydltD

    dmarnerides/pydlt

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cloudorc/soliduiAvatar von CloudOrc

    CloudOrc/SolidUI

    648Auf GitHub ansehen↗

    one sentence generates any graph

    TypeScript
    Auf GitHub ansehen↗648
  • cogitare-ai/cogitareAvatar von cogitare-ai

    cogitare-ai/cogitare

    77Auf GitHub ansehen↗

    🔥 Cogitare - A Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python

    Python
    Auf GitHub ansehen↗77
  • benedekrozemberczki/shapleyAvatar von benedekrozemberczki

    benedekrozemberczki/shapley

    226Auf GitHub ansehen↗

    The official implementation of "The Shapley Value of Classifiers in Ensemble Games" (CIKM 2021).

    Python
    Auf GitHub ansehen↗226
  • backprop-ai/backpropAvatar von backprop-ai

    backprop-ai/backprop

    240Auf GitHub ansehen↗

    Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.

    Python
    Auf GitHub ansehen↗240
  • bloodaxe/pytorch-toolbeltAvatar von BloodAxe

    BloodAxe/pytorch-toolbelt

    1,572Auf GitHub ansehen↗

    PyTorch extensions for fast R&D prototyping and Kaggle farming

    Pythonaugmentationdeep-learningfocal-loss
    Auf GitHub ansehen↗1,572
  • asappresearch/flambeA

    asappresearch/flambe

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dnouri/infernoD

    dnouri/inferno

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • facebook/axAvatar von facebook

    facebook/Ax

    2,768Auf GitHub ansehen↗

    Adaptive Experimentation Platform

    Python
    Auf GitHub ansehen↗2,768
  • fastai/fastaiAvatar von fastai

    fastai/fastai

    27,862Auf GitHub ansehen↗

    Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the entire machine learning lifecycle. It functions as a comprehensive training toolkit, abstracting hardware management and automating complex training loops to simplify the construction and execution of neural network models. The framework is distinguished by its notebook-centric development environment and a type-dispatching data pipeline that automatically applies transformations based on input data formats. It emphasizes transfer learning through discriminative layer-wise optimiza

    Jupyter Notebookcolabdeep-learningfastai
    Auf GitHub ansehen↗27,862
  • albumentations-team/albumentationsAvatar von albumentations-team

    albumentations-team/albumentations

    15,308Auf GitHub ansehen↗

    Albumentations is a computer vision image augmentation library designed to increase training data diversity for deep learning models. It provides a toolset for applying geometric and color transformations to images and annotations, including a specialized collection of 3D operations for volumetric data used in medical and scientific imaging. The library functions as an image mask and bounding box transformer, automatically updating masks, bounding boxes, and keypoints when images undergo geometric changes. This ensures that spatial alterations remain synchronized across images and their assoc

    Python
    Auf GitHub ansehen↗15,308
  • henryre/pytorch-fitmoduleAvatar von henryre

    henryre/pytorch-fitmodule

    102Auf GitHub ansehen↗

    Super simple fit method for PyTorch Modules

    Python
    Auf GitHub ansehen↗102
  • awwong1/torchprofAvatar von awwong1

    awwong1/torchprof

    605Auf GitHub ansehen↗

    PyTorch layer-by-layer model profiler

    Python
    Auf GitHub ansehen↗605
  • lanpa/tensorboard-pytorchAvatar von lanpa

    lanpa/tensorboard-pytorch

    7,983Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,983
  • man-group/dtaleAvatar von man-group

    man-group/dtale

    5,170Auf GitHub ansehen↗

    dtale is a web-based interactive grid and visualizer for pandas dataframes, designed as an exploratory data analysis tool. It provides a browser-based interface for analyzing tabular data structures, allowing users to calculate statistics, detect outliers, and compute correlations without writing manual code. The project functions as an embedded data viewer that can be integrated into web applications via iframes or custom routes, with specific support for Django, Flask, and Streamlit. It enables the exploration of datasets through a combination of an interactive data grid and a data visualiz

    TypeScriptdata-analysisdata-sciencedata-visualization
    Auf GitHub ansehen↗5,170
  • blue-season/pywarmB

    blue-season/pywarm

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0