awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA avatar

NVIDIA/DeepLearningExamples

0
View on GitHub↗
14,819 星标·3,406 分支·Jupyter Notebook·8 次浏览

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 历史

nvidia/deeplearningexamples 的 Star 历史图表nvidia/deeplearningexamples 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

DeepLearningExamples 的开源替代方案

相似的开源项目,按与 DeepLearningExamples 的功能重合度排序。
  • tingsongyu/pytorch-tutorial-2ndTingsongYu 的头像

    TingsongYu/PyTorch-Tutorial-2nd

    4,555在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,555
  • dragen1860/tensorflow-2.x-tutorialsdragen1860 的头像

    dragen1860/TensorFlow-2.x-Tutorials

    6,351在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,351
  • aladdinpersson/machine-learning-collectionaladdinpersson 的头像

    aladdinpersson/Machine-Learning-Collection

    8,465在 GitHub 上查看↗

    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
    在 GitHub 上查看↗8,465
  • datawhalechina/thorough-pytorchdatawhalechina 的头像

    datawhalechina/thorough-pytorch

    3,684在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,684
查看 DeepLearningExamples 的所有 30 个替代方案→

常见问题解答

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.

nvidia/deeplearningexamples 的主要功能有哪些?

nvidia/deeplearningexamples 的主要功能包括:Distributed Training Frameworks, Computer Vision Models, Deep Learning Reference Implementations, Distributed GPU Training, Enterprise AI Deployments, Computer Vision, Mixed Precision Training, Distributed Training。

nvidia/deeplearningexamples 有哪些开源替代品?

nvidia/deeplearningexamples 的开源替代品包括: 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…