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/DeepLearningExamples

0
View on GitHub↗
14,819 Stars·3,406 Forks·Jupyter Notebook·5 Aufrufe

DeepLearningExamples

This project is a collection of optimized scripts, deployment patterns, and reference implementations designed for scaling and accelerating state-of-the-art AI models. It serves as a multi-domain model zoo and a distributed training framework, providing PyTorch reference implementations for training and deploying models on GPU-accelerated infrastructure.

The repository distinguishes itself through an optimization suite focused on NVIDIA GPU hardware, utilizing automatic mixed precision and specialized math modes to increase training speed and throughput. It provides enterprise deployment patterns using pre-configured containers to ensure reproducible performance and accuracy when moving trained models into production environments.

The implementation surface covers a wide range of machine learning architectures, including computer vision, natural language processing, graph neural networks, audio, recommendation systems, and time-series forecasting. These are supported by capabilities for multi-GPU data parallelism, distributed cluster training, and domain-specific compiler optimizations to handle large-scale workloads.

Features

  • Distributed Training Frameworks - Ships a distributed training framework for scaling deep learning workloads across multi-node GPU clusters.
  • Computer Vision Models - Provides reference implementations for image classification, object detection, and segmentation models optimized for GPU hardware.
  • Deep Learning Reference Implementations - Ships reference scripts for training state-of-the-art deep learning models with consistent accuracy across environments.
  • Distributed GPU Training - Distributes computational loads of neural network training across multiple GPU nodes using synchronized data parallelism.
  • Enterprise AI Deployments - Provides enterprise-grade deployment patterns and pre-configured containers to ensure reproducible performance in production.
  • Computer Vision - Provides toolkits and optimized scripts for training and deploying deep learning models for image processing.
  • Mixed Precision Training - Utilizes 16-bit and 32-bit floating point formats to increase training throughput and reduce GPU memory usage.
  • Distributed Training - Enables scaling of machine learning model training across multiple compute nodes and GPU clusters.
  • Model Deployment - Implements processes for preparing and moving optimized models into production execution on target hardware.
  • Natural Language Processing Implementations - Implements reference models for natural language understanding, translation, and sequence generation.
  • Optimization Patterns - Provides reference patterns for accelerating training speed through mixed precision and specialized math modes on NVIDIA hardware.
  • Data Parallelism - Splits training batches across multiple GPUs to accelerate the convergence of large deep learning models.
  • AI Deployment Containers - Provides pre-configured container environments optimized for machine learning workflows and model deployment.
  • AI Model Production Deployment - Provides reference implementation patterns for moving trained deep learning models into production environments.
  • Training Throughput Optimizations - Implements automatic mixed precision and specialized math modes to increase training speed and throughput on NVIDIA GPUs.
  • Graph Neural Network Implementations - Provides reference implementations for processing non-Euclidean data and geometric deep learning tasks.
  • Pre-trained Model Zoos - Offers a multi-domain collection of reference model implementations for computer vision, NLP, and graph neural networks.
  • Model Compilation Optimizers - Transforms high-level model definitions into optimized representations to increase execution speed on target hardware.
  • Natural Language Processing - Provides reference implementations for language understanding and translation tasks.
  • Recommendation Architectures - Implements deep learning architectures specifically designed for personalized recommendation and ranking tasks.
  • Reproducible Training Workflows - Provides scripts to achieve reproducible accuracy and performance when training models on high-capacity hardware.
  • Time Series Forecasting - Provides models and architectures for predicting future values in temporal data sequences.
  • Speech and Audio Models - Provides reference models for speech recognition and synthesis optimized for GPU acceleration.
  • Deep Learning Reference Implementations - Supplies optimized PyTorch reference implementations for training and deploying state-of-the-art models.
  • Architecture Reference Implementations - Provides standardized Python scripts as blueprints for training and deploying specific model architectures.
  • Container-Based Isolation - Packages models with specific library versions and drivers into containers to ensure reproducible performance.

Star-Verlauf

Star-Verlauf für nvidia/deeplearningexamplesStar-Verlauf für nvidia/deeplearningexamples

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

Häufig gestellte Fragen

Was macht nvidia/deeplearningexamples?

This project is a collection of optimized scripts, deployment patterns, and reference implementations designed for scaling and accelerating state-of-the-art AI models. It serves as a multi-domain model zoo and a distributed training framework, providing PyTorch reference implementations for training and deploying models on GPU-accelerated infrastructure.

Was sind die Hauptfunktionen von nvidia/deeplearningexamples?

Die Hauptfunktionen von nvidia/deeplearningexamples sind: Distributed Training Frameworks, Computer Vision Models, Deep Learning Reference Implementations, Distributed GPU Training, Enterprise AI Deployments, Computer Vision, Mixed Precision Training, Distributed Training.

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

Open-Source-Alternativen zu nvidia/deeplearningexamples sind unter anderem: tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… dragen1860/tensorflow-2.x-tutorials — This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a… lazyprogrammer/machine_learning_examples — This project is a comprehensive collection of practical code examples and implementation libraries for machine… datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… aladdinpersson/machine-learning-collection — This project is a machine learning educational repository providing a collection of implementations and guides for… princewen/tensorflow_practice — This repository is a collection of practical deep learning implementations and examples built using the TensorFlow…

Open-Source-Alternativen zu DeepLearningExamples

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit DeepLearningExamples.
  • tingsongyu/pytorch-tutorial-2ndAvatar von TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555Auf GitHub ansehen↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    Auf GitHub ansehen↗4,555
  • dragen1860/tensorflow-2.x-tutorialsAvatar von dragen1860

    dragen1860/TensorFlow-2.x-Tutorials

    6,351Auf GitHub ansehen↗

    This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a deep learning implementation guide for constructing diverse neural network architectures, including convolutional, recurrent, and generative networks. The repository provides templates and examples for several specialized domains, including computer vision for image classification and object detection, natural language processing for text generation and language understanding, and generative AI for synthesizing data using adversarial networks and autoencoders. It also includes

    Jupyter Notebookartificial-intelligencecomputer-visiondeep-learning
    Auf GitHub ansehen↗6,351
  • aladdinpersson/machine-learning-collectionAvatar von aladdinpersson

    aladdinpersson/Machine-Learning-Collection

    8,465Auf GitHub ansehen↗

    This project is a machine learning educational repository providing a collection of implementations and guides for machine learning and deep learning algorithms. It serves as a deep learning model library and a reference for training workflows, covering foundational machine learning, convolutional, recurrent, and transformer architectures. The collection includes a generative adversarial network suite for synthesizing realistic images and performing image-to-image translation. It also functions as a computer vision implementation guide for object detection and semantic segmentation, alongside

    Pythonmachine-learningmachine-learning-algorithmspytorch
    Auf GitHub ansehen↗8,465
  • datawhalechina/thorough-pytorchAvatar von datawhalechina

    datawhalechina/thorough-pytorch

    3,684Auf GitHub ansehen↗

    This project is an educational resource and comprehensive guide for implementing and deploying deep learning models using the PyTorch framework. It provides a structured learning curriculum consisting of tutorials and notebooks that cover neural network architectures, data pipelines, and model optimization across multiple AI domains. The curriculum includes practical implementation guides for building convolutional networks, transformers, and recurrent models. It specifically focuses on workflows for computer vision, including image classification, object detection, and segmentation, as well

    Jupyter Notebookdeep-learningmachine-learningpython
    Auf GitHub ansehen↗3,684
  • Alle 30 Alternativen zu DeepLearningExamples anzeigen→