awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
xiaotudui avatar

xiaotudui/pytorch-tutorial

0
View on GitHub↗
4,195 نجوم·758 تفرعات·Python·10 مشاهداتwww.bilibili.com/video/av74281036↗

Pytorch Tutorial

هذا المشروع عبارة عن برنامج تعليمي ومورد أكاديمي للتعلم العميق باستخدام PyTorch. يوفر منهجاً مهيكلاً وأدلة خطوة بخطوة لتصميم وتدريب والتحقق من صحة الشبكات العصبية من الصفر.

يتضمن المورد أدلة محددة حول تنفيذ رؤية الحاسوب، مع التركيز على اكتشاف الكائنات وتصنيف الصور باستخدام الشبكات العصبية التلافيفية (CNN). كما يوفر تعليمات لتحسين أداء النموذج من خلال تسريع العتاد لتقليل وقت التدريب.

تغطي المواد دورة حياة تطوير النموذج بالكامل، بما في ذلك عمليات التنسور (Tensor operations)، وإعداد مجموعات بيانات الصور، واستخدام دوال الخسارة والمحسنات. كما يتناول إدارة دورة حياة النموذج من خلال حفظ وإعادة تحميل الأوزان المدربة.

Features

  • Deep Learning Model Construction - Provides a structured curriculum for designing and building deep learning models from scratch.
  • Deep Learning Education - Offers a structured educational resource for learning the fundamental theory and practice of deep learning.
  • Object Detection - Provides guidance on implementing neural networks for identifying and locating objects within images using bounding boxes.
  • Deep Learning Development - Teaches the design, construction, and training of multi-layered artificial neural networks from scratch.
  • Loss-Based Weight Optimizations - Demonstrates how to update model weights using optimizers and loss functions to minimize prediction error.
  • Loss Function Calculators - Includes guides on using loss function calculators to guide model optimization.
  • Model Training Pipelines - Provides an end-to-end workflow for training models with loss functions, optimizers, and performance validation.
  • Modular Layer Compositions - Teaches how to construct neural networks by stacking modular convolutional and linear layers.
  • Neural Network Building Blocks - Teaches how to construct complex neural network architectures using modular building blocks like convolutional and pooling layers.
  • PyTorch Training Frameworks - Outlines the full PyTorch training lifecycle, from data loading through optimization and validation.
  • Computer Vision Tutorials - Provides practical tutorials for implementing image classification and object detection using convolutional neural networks.
  • Deep Learning Courses - Provides a structured curriculum for designing, training, and validating deep learning models.
  • Deep Learning Fundamentals - Provides foundational educational content on tensors and neural network layers for beginners.
  • PyTorch Deep Learning Examples - Provides beginner-friendly PyTorch examples and step-by-step guides for building and training neural networks.
  • GPU-Accelerated Computation - Provides instructions for offloading heavy mathematical computations to GPUs to accelerate training and inference.
  • Tensor Operations - Covers fundamental tensor operations and multi-dimensional array manipulations for efficient computation.
  • Automatic Differentiation Engines - Explains how to use automatic differentiation engines to compute gradients for model weight optimization.
  • Computational Graph Tracking - Covers the use of dynamic computational graphs to track tensor operations for automatic backpropagation.
  • Dataset Batch Loading - Provides guides on loading data in fixed-size batches to optimize training stability and memory usage.
  • Image Data Preprocessing - Guides the application of standardized image and tensor transformations to prepare raw data for training.
  • Data Preparation Tools - Includes utilities for cleaning, formatting, and transforming raw datasets into structures suitable for ML ingestion.
  • GPU-Accelerated Training - Explains how to offload computations to a GPU to significantly accelerate the model training process.
  • Model Lifecycle Management - Covers the full model lifecycle, including building, training, saving, and reloading models.
  • Model Performance Optimization - Guides the use of optimizers and hardware acceleration to improve training speed and model accuracy.
  • Weight Persistence - Explains how to serialize trained model parameters to disk for persistence and future restoration.
  • Image Annotation Workflow - Provides instructions on labeling images to produce annotated datasets for object detection models.
  • Training Dataset Processing - Implements pipelines for batching and processing large-scale datasets for efficient model training.
  • Data Loading Pipelines - Implements data loading pipelines that prepare and transform raw datasets for batch processing.
  • Linear Algebra Routines - Provides examples of high-performance matrix multiplications and linear algebra transformations using tensors.

سجل النجوم

مخطط تاريخ النجوم لـ xiaotudui/pytorch-tutorialمخطط تاريخ النجوم لـ xiaotudui/pytorch-tutorial

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Pytorch Tutorial

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pytorch Tutorial.
  • datawhalechina/thorough-pytorchالصورة الرمزية لـ datawhalechina

    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
  • tingsongyu/pytorch-tutorial-2ndالصورة الرمزية لـ TingsongYu

    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
  • accumulatemore/cvالصورة الرمزية لـ AccumulateMore

    AccumulateMore/CV

    21,907عرض على GitHub↗

    This project is a comprehensive deep learning framework and educational platform designed for constructing, training, and evaluating neural network architectures. It provides a modular environment for building models through tensor operations and automatic differentiation, supporting a wide range of tasks from image classification and object detection to sequential data processing. Beyond its core technical capabilities, the project distinguishes itself by integrating professional career development resources directly into its learning ecosystem. It offers structured guidance, resume reviews,

    Jupyter Notebookagentagentsbook
    عرض على GitHub↗21,907
  • udacity/deep-learningالصورة الرمزية لـ udacity

    udacity/deep-learning

    4,058عرض على GitHub↗

    This project is a deep learning educational course and implementation guide designed for building and training neural networks. It provides a curriculum for developing models that solve pattern recognition and generative tasks. The material includes specialized modules for computer vision training, natural language processing, and generative AI. It covers the practical application of transfer learning to classify new data and the creation of synthetic media. The project encompasses the design of network architectures, the construction of machine learning data pipelines, and the use of model

    Jupyter Notebook
    عرض على GitHub↗4,058
عرض جميع البدائل الـ 30 لـ Pytorch Tutorial→

الأسئلة الشائعة

ما هي وظيفة xiaotudui/pytorch-tutorial؟

هذا المشروع عبارة عن برنامج تعليمي ومورد أكاديمي للتعلم العميق باستخدام PyTorch. يوفر منهجاً مهيكلاً وأدلة خطوة بخطوة لتصميم وتدريب والتحقق من صحة الشبكات العصبية من الصفر.

ما هي الميزات الرئيسية لـ xiaotudui/pytorch-tutorial؟

الميزات الرئيسية لـ xiaotudui/pytorch-tutorial هي: Deep Learning Model Construction, Deep Learning Education, Object Detection, Deep Learning Development, Loss-Based Weight Optimizations, Loss Function Calculators, Model Training Pipelines, Modular Layer Compositions.

ما هي البدائل مفتوحة المصدر لـ xiaotudui/pytorch-tutorial؟

تشمل البدائل مفتوحة المصدر لـ xiaotudui/pytorch-tutorial: datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… accumulatemore/cv — This project is a comprehensive deep learning framework and educational platform designed for constructing, training,… udacity/deep-learning — This project is a deep learning educational course and implementation guide designed for building and training neural… trickygo/dive-into-dl-tensorflow2.0 — This project is a structured TensorFlow deep learning curriculum and an interactive machine learning course delivered… d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of…