awesome-repositories.com
Blog
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
·
NVIDIA avatar

NVIDIA/DIGITSArchived

0
View on GitHub↗
4,178 Stars·1,368 Forks·HTML·BSD-3-Clause·5 Aufrufedeveloper.nvidia.com/digits↗

DIGITS

DIGITS ist eine GPU-Plattform für Deep-Learning-Training und ein Modellmanager, der zum Trainieren, Finetunen und Verwalten von neuronalen Netzwerkmodellen auf NVIDIA-Hardware verwendet wird. Es fungiert als REST-gesteuerte Machine-Learning-Pipeline, die sich für die Datensatz-Ingestion und -Organisation in S3-Cloud-Speicher integriert.

Die Plattform unterstützt Workflows zur Bildklassifizierung, wodurch Nutzer verschiedene Modellarchitekturen trainieren und trainierte Bildklassifikatoren für die Verwendung in externen Umgebungen exportieren können. Sie beinhaltet Funktionen für das Modell-Finetuning, um vortrainierte Gewichte an spezifische Aufgaben anzupassen.

Das System bietet eine REST-basierte API-Schnittstelle zur Automatisierung von Trainings-Workflows und zur Verwaltung von GPU-Clustern. Es nutzt ein Caffe-basiertes Modell-Backend mit einer GPU-beschleunigten Compute-Pipeline und verwaltet Trainingsparameter über strukturierte JSON-Konfigurationen.

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.

Star-Verlauf

Star-Verlauf für nvidia/digitsStar-Verlauf für nvidia/digits

KI-Suche

Entdecke weitere awesome Repositories

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

Start searching with AI

Open-Source-Alternativen zu DIGITS

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit DIGITS.
  • skorch-dev/skorchAvatar von skorch-dev

    skorch-dev/skorch

    6,166Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,166
  • tflearn/tflearnAvatar von tflearn

    tflearn/tflearn

    9,579Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,579
  • harthur/brainAvatar von harthur

    harthur/brain

    7,991Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,991
  • huggingface/autotrain-advancedAvatar von huggingface

    huggingface/autotrain-advanced

    4,580Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,580
Alle 30 Alternativen zu DIGITS anzeigen→

Häufig gestellte Fragen

Was macht nvidia/digits?

DIGITS ist eine GPU-Plattform für Deep-Learning-Training und ein Modellmanager, der zum Trainieren, Finetunen und Verwalten von neuronalen Netzwerkmodellen auf NVIDIA-Hardware verwendet wird. Es fungiert als REST-gesteuerte Machine-Learning-Pipeline, die sich für die Datensatz-Ingestion und -Organisation in S3-Cloud-Speicher integriert.

Was sind die Hauptfunktionen von nvidia/digits?

Die Hauptfunktionen von nvidia/digits sind: 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.

Welche Open-Source-Alternativen gibt es zu nvidia/digits?

Open-Source-Alternativen zu nvidia/digits sind unter anderem: 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…