awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA avatar

NVIDIA/DIGITSArchived

0
View on GitHub↗
4,178 stele·1,368 fork-uri·HTML·BSD-3-Clause·5 vizualizărideveloper.nvidia.com/digits↗

DIGITS

DIGITS este o platformă de antrenare deep learning pe GPU și un manager de modele utilizat pentru a antrena, ajusta (fine-tune) și gestiona modele de rețele neuronale pe hardware NVIDIA. Funcționează ca un pipeline de machine learning controlat prin REST care se integrează cu stocarea cloud S3 pentru ingestia și organizarea seturilor de date.

Platforma suportă fluxuri de lucru de clasificare a imaginilor, permițând utilizatorilor să antreneze diverse arhitecturi de modele și să exporte clasificatori de imagini antrenați pentru utilizare în medii externe. Include capabilități pentru fine-tuning-ul modelelor pentru a adapta ponderile pre-antrenate la sarcini specifice.

Sistemul oferă o interfață API bazată pe REST pentru automatizarea fluxurilor de lucru de antrenare și gestionarea clusterelor GPU. Utilizează un backend de model bazat pe Caffe cu un pipeline de calcul accelerat pe GPU și gestionează parametrii de antrenare prin configurații JSON structurate.

Features

  • Deep Network Training - Trains deep neural network architectures on NVIDIA GPUs to recognize complex patterns in data.
  • Caffe Framework Implementations - Utilizes the Caffe deep learning framework as the backend for neural network layers and weight optimization.
  • Tensor Operation Accelerators - Implements CUDA-enabled GPU acceleration to offload heavy tensor operations and reduce training time.
  • Deep Learning Training Toolsets - Provides a complete software suite for training, fine-tuning, and iterating on deep neural networks on GPU hardware.
  • Neural Network Training - Trains various neural network architectures, including autoencoders and object detection networks, by adjusting internal weights.
  • ML Lifecycle Pipelines - Implements automated workflows spanning data preparation and training, controlled via a REST API.
  • GPU Cluster Management Platforms - Provides a platform for orchestrating and managing GPU clusters to trigger training functions programmatically.
  • REST API Interfaces - Exposes system functions through RESTful HTTP endpoints to allow programmatic control of training workflows.
  • Model Managers - Functions as a comprehensive manager for organizing datasets and managing trained image classifiers.
  • Classification Training - Implements full workflows for preparing datasets and training models to categorize images.
  • Image Classifiers - Builds and trains neural networks that recognize and categorize images, including exporting them for external use.
  • Model Exporting - Serializes trained weights and network definitions into portable files for external deployment.
  • S3 Integrated Training Systems - Integrates S3 cloud storage for automated dataset ingestion and organization within the training pipeline.
  • Training Dataset Preparation - Provides tools for organizing large-scale training data imported from cloud storage.
  • Model Fine-Tuning - Provides processes for optimizing pretrained models on task-specific datasets to adapt general knowledge.
  • Hybrid Local-S3 Storage - Combines local disk access with S3-compatible object storage for high-speed GPU access to training data.
  • ML Dataset Imports - Imports and organizes training data from cloud storage endpoints specifically for deep learning workflows.
  • JSON-Driven Configurations - Uses structured JSON files to store training parameters and hyperparameters for reproducible experiments.
  • Automation Job APIs - Provides RESTful interfaces for programmatically triggering and managing deep learning training jobs.
  • Deep Learning Frameworks - Web-based interface for training deep learning models.
  • General Machine Learning - Web application for training deep learning models.
  • MLOps and Infrastructure - Deep learning GPU training system.
  • Research Implementations - Interactive deep learning training system for image classification and segmentation.
  • Specialized Segmentation - Deep learning training system for medical images.

Istoric stele

Graficul istoricului de stele pentru nvidia/digitsGraficul istoricului de stele pentru nvidia/digits

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru DIGITS

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu DIGITS.
  • skorch-dev/skorchAvatar skorch-dev

    skorch-dev/skorch

    6,166Vezi pe GitHub↗

    Skorch is a library that wraps PyTorch neural networks in a scikit-learn compatible interface, allowing deep learning models to be used within standard machine learning pipelines and hyperparameter optimization tools. It functions as a data adapter, training manager, and optimization tool that bridges the gap between deep learning modules and conventional machine learning workflows. The project distinguishes itself by providing a toolkit for automating the PyTorch training lifecycle, including integrated checkpointing, early stopping, and learning rate scheduling. It further enables transfer

    Jupyter Notebook
    Vezi pe GitHub↗6,166
  • tflearn/tflearnAvatar tflearn

    tflearn/tflearn

    9,579Vezi pe GitHub↗

    tflearn is a deep learning framework and high-level API wrapper for TensorFlow. It provides a toolkit for designing neural network architectures and a system for executing training loops and optimizing model weights across CPUs and GPUs. The project simplifies the process of building and training models through a modular interface and a high-level API for prototyping. It includes specialized utilities for deep learning visualization, allowing for the generation of graphical diagrams to analyze network structures, weights, gradients, and activations. The framework covers a broad range of capa

    Pythondata-sciencedeep-learningmachine-learning
    Vezi pe GitHub↗9,579
  • harthur/brainAvatar harthur

    harthur/brain

    7,991Vezi pe GitHub↗

    Brain is a JavaScript library for building, training, and running feed-forward neural networks. It implements a multilayer perceptron model designed for pattern recognition and function approximation. The library includes a standalone inference engine that converts trained models into portable JavaScript functions. This allows predictions to be executed in browser or Node.js environments without requiring the original library dependencies. The system supports persistent model management through JSON serialization for saving and loading network weights. It also provides a streaming mechanism

    JavaScript
    Vezi pe GitHub↗7,991
  • huggingface/autotrain-advancedAvatar huggingface

    huggingface/autotrain-advanced

    4,580Vezi pe GitHub↗

    This project is a multimodal model trainer and machine learning fine-tuning tool that provides a containerized workflow for adapting pre-trained models to specific tasks. It features a no-code web interface and a dashboard for training large language models and other machine learning datasets without writing code. The system distinguishes itself by integrating a no-code interface with remote GPU orchestration, allowing users to deploy containerized training environments on cloud infrastructure or local hardware. It includes a dedicated integrator for uploading trained model weights and config

    Python
    Vezi pe GitHub↗4,580
Vezi toate cele 30 alternative pentru DIGITS→

Întrebări frecvente

Ce face nvidia/digits?

DIGITS este o platformă de antrenare deep learning pe GPU și un manager de modele utilizat pentru a antrena, ajusta (fine-tune) și gestiona modele de rețele neuronale pe hardware NVIDIA. Funcționează ca un pipeline de machine learning controlat prin REST care se integrează cu stocarea cloud S3 pentru ingestia și organizarea seturilor de date.

Care sunt principalele funcționalități ale nvidia/digits?

Principalele funcționalități ale nvidia/digits sunt: Deep Network Training, Caffe Framework Implementations, Tensor Operation Accelerators, Deep Learning Training Toolsets, Neural Network Training, ML Lifecycle Pipelines, GPU Cluster Management Platforms, REST API Interfaces.

Care sunt câteva alternative open-source pentru nvidia/digits?

Alternativele open-source pentru nvidia/digits includ: skorch-dev/skorch — Skorch is a library that wraps PyTorch neural networks in a scikit-learn compatible interface, allowing deep learning… tflearn/tflearn — tflearn is a deep learning framework and high-level API wrapper for TensorFlow. It provides a toolkit for designing… harthur/brain — Brain is a JavaScript library for building, training, and running feed-forward neural networks. It implements a… huggingface/autotrain-advanced — This project is a multimodal model trainer and machine learning fine-tuning tool that provides a containerized… accord-net/framework — This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries… morvanzhou/tensorflow-tutorial — This project is a collection of educational resources and reference implementations for neural network development…