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

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

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

lisa-lab/DeepLearningTutorials

0
View on GitHub↗
4,148 星标·2,112 分支·Python·5 次浏览deeplearning.net/tutorial↗

DeepLearningTutorials

该项目是一个用于构建和训练神经网络架构的教育资源和学习路径。它提供了一个结构化的教学指南、笔记和练习集合,旨在帮助用户掌握深度学习模型开发和原型设计的基础知识。

该资源专注于使用符号数学库将深度学习理论概念转化为可执行代码。它包括用于在图形硬件上执行神经网络计算以减少模型训练时间的特定指南和教程。

内容涵盖了深度学习算法的实现、基于张量的数据流的使用,以及使用模块化层架构构建模型。它将理论概念与实际参考实现相结合,以演示为预测任务构建可训练模型的流程。

Features

  • Learning Paths - Provides a structured learning path consisting of notes and exercises for mastering deep learning fundamentals.
  • Deep Learning Education - Provides a comprehensive educational resource for learning neural network theory and practice.
  • Deep Learning Prototyping Kits - Provides a library of reference implementations for prototyping and testing early neural network models.
  • Neural Network Implementations - Teaches the low-level implementation of neural network architectures and training pipelines.
  • Tensor Data Flows - Teaches how to process multidimensional arrays through mathematical transformations to train models.
  • Tensor Data Pipelines - Demonstrates the use of tensor data pipelines to stream multidimensional arrays for weight updates.
  • Deep Learning Architectures - Provides reference implementations of deep learning architectures for educational purposes.
  • Conceptual Code Mappings - Pairs theoretical deep learning concepts with executable code to demonstrate the translation from math to software.
  • PyTorch Deep Learning Examples - Offers executable code examples and instructional guides for implementing deep learning models.
  • Deep Learning Tutorials - Provides a structured collection of deep learning tutorials, instructional guides, and code examples.
  • Neural Network Implementations - Offers practical reference implementations of neural network architectures designed for educational purposes.
  • Automatic Differentiation Engines - Explains how to implement automatic differentiation engines for computing gradients in neural networks.
  • Tensor Operation Accelerators - Demonstrates how to accelerate tensor operations using GPUs to speed up neural network training.
  • GPU Training Accelerators - Provides instructions on using GPU training accelerators to reduce model training time.
  • Training Tutorials - Includes step-by-step instructional guides for executing neural network computations on graphics hardware.
  • Modular Layer Compositions - Guides the construction of complex neural networks by stacking independent functional layer blocks.
  • Modular Architectures - Teaches how to construct neural networks using interchangeable modular blocks.
  • Implementation Guides - Guides the translation of conceptual deep learning theory into executable and trainable PyTorch code.
  • GPU-Accelerated Computation - Provides instructional material on offloading mathematical operations to graphics hardware for high-performance processing.
  • Symbolic Computational Graphs - Explains the use of symbolic computational graphs to automate gradient calculations.
  • Deep Learning Frameworks - Official tutorials for deep learning research frameworks.
  • Learning and Reference - Deep learning tutorial notes.

Star 历史

lisa-lab/deeplearningtutorials 的 Star 历史图表lisa-lab/deeplearningtutorials 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

DeepLearningTutorials 的开源替代方案

相似的开源项目,按与 DeepLearningTutorials 的功能重合度排序。
  • chenyuntc/pytorch-bookchenyuntc 的头像

    chenyuntc/pytorch-book

    12,816在 GitHub 上查看↗

    This project serves as a comprehensive educational resource and technical guide for mastering deep learning through the PyTorch framework. It provides structured tutorials and practical code examples designed to teach core machine learning principles, ranging from fundamental tensor operations to the construction of complex neural network architectures. The repository distinguishes itself by bridging the gap between theoretical concepts and hands-on implementation. It covers the development of generative applications, such as image synthesis and style transfer, while offering guidance on opti

    Jupyter Notebookautogradcaptioncharrnn
    在 GitHub 上查看↗12,816
  • shusentang/dive-into-dl-pytorchShusenTang 的头像

    ShusenTang/Dive-into-DL-PyTorch

    19,409在 GitHub 上查看↗

    This project is a deep learning curriculum and a collection of PyTorch tutorials designed for deep learning education. It provides a structured set of technical documents and runnable notebooks that translate theoretical machine learning concepts into executable code. The repository includes implementation guides for various neural network architectures, specifically covering convolutional, recurrent, and transformer-based models. It provides practical examples for building computer vision pipelines for object detection and semantic segmentation, as well as natural language processing tools f

    Jupyter Notebook
    在 GitHub 上查看↗19,409
  • xiaotudui/pytorch-tutorialxiaotudui 的头像

    xiaotudui/pytorch-tutorial

    4,195在 GitHub 上查看↗

    This project is a PyTorch deep learning tutorial and educational resource. It provides a structured curriculum and step-by-step guides for designing, training, and validating neural networks from scratch. The resource includes specific guides on computer vision implementation, focusing on object detection and image classification using convolutional neural networks. It also provides instructions for optimizing model performance through hardware acceleration to reduce training time. The materials cover the full model development lifecycle, including tensor operations, image dataset preparatio

    Pythonpytorchpytorch-tutorial
    在 GitHub 上查看↗4,195
  • iamtrask/grokking-deep-learningiamtrask 的头像

    iamtrask/Grokking-Deep-Learning

    7,707在 GitHub 上查看↗

    Grokking-Deep-Learning is a collection of educational resources and courseware designed to teach the construction of neural networks from scratch. It serves as a programming tutorial and implementation guide for understanding the internal mechanics of deep learning. The project focuses on building various network architectures, including convolutional, recurrent, and long short-term memory networks. It provides step-by-step implementations of fundamental mechanisms such as forward propagation, backpropagation, and gradient descent. The material covers a broad range of deep learning capabilit

    Jupyter Notebook
    在 GitHub 上查看↗7,707
查看 DeepLearningTutorials 的所有 30 个替代方案→

常见问题解答

lisa-lab/deeplearningtutorials 是做什么的?

该项目是一个用于构建和训练神经网络架构的教育资源和学习路径。它提供了一个结构化的教学指南、笔记和练习集合,旨在帮助用户掌握深度学习模型开发和原型设计的基础知识。

lisa-lab/deeplearningtutorials 的主要功能有哪些?

lisa-lab/deeplearningtutorials 的主要功能包括:Learning Paths, Deep Learning Education, Deep Learning Prototyping Kits, Neural Network Implementations, Tensor Data Flows, Tensor Data Pipelines, Deep Learning Architectures, Conceptual Code Mappings。

lisa-lab/deeplearningtutorials 有哪些开源替代品?

lisa-lab/deeplearningtutorials 的开源替代品包括: chenyuntc/pytorch-book — This project serves as a comprehensive educational resource and technical guide for mastering deep learning through… shusentang/dive-into-dl-pytorch — This project is a deep learning curriculum and a collection of PyTorch tutorials designed for deep learning education.… xiaotudui/pytorch-tutorial — This project is a PyTorch deep learning tutorial and educational resource. It provides a structured curriculum and… iamtrask/grokking-deep-learning — Grokking-Deep-Learning is a collection of educational resources and courseware designed to teach the construction of… accumulatemore/cv — This project is a comprehensive deep learning framework and educational platform designed for constructing, training,… datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models…