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

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

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

21 个仓库

Awesome GitHub RepositoriesTutorials

Explore 21 awesome GitHub repositories matching part of an awesome list · Tutorials. Refine with filters or upvote what's useful.

Awesome Tutorials GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • yunjey/pytorch-tutorialyunjey 的头像

    yunjey/pytorch-tutorial

    32,385在 GitHub 上查看↗

    This project is a collection of educational examples and code for implementing deep learning architectures using the PyTorch framework. It serves as a tutorial and implementation guide for building various neural network architectures for machine learning tasks. The project provides practical implementations for computer vision, including image classification and neural style transfer, as well as natural language processing examples for building sequence models and language predictors. It also covers generative models using adversarial and variational networks to synthesize or transform visua

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Pythondeep-learningneural-networkspytorch
    在 GitHub 上查看↗32,385
  • d2l-ai/d2l-end2l-ai 的头像

    d2l-ai/d2l-en

    29,001在 GitHub 上查看↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Pythonbookcomputer-visiondata-science
    在 GitHub 上查看↗29,001
  • pytorch/examplespytorch 的头像

    pytorch/examples

    23,752在 GitHub 上查看↗

    This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning library. It provides practical examples for building, training, and deploying deep learning models, functioning as a toolkit for developers to explore neural network architectures and training workflows. The project distinguishes itself by offering concrete demonstrations of complex machine learning operations, ranging from computer vision tasks like object detection and depth estimation to the training of large-scale transformer models. These examples illustrate how to implement

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗23,752
  • rasbt/deeplearning-modelsrasbt 的头像

    rasbt/deeplearning-models

    17,427在 GitHub 上查看↗

    This repository is an educational collection of deep learning implementations designed to demonstrate the fundamental principles of neural network architecture and optimization. It provides a comprehensive resource for understanding machine learning through hands-on code examples, ranging from basic multilayer perceptrons to complex generative models. The project distinguishes itself by emphasizing the manual construction of models, including the implementation of backpropagation from scratch to illustrate core mathematical mechanics. It covers a wide array of architectural design patterns, s

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    在 GitHub 上查看↗17,427
  • pytorch/tutorialspytorch 的头像

    pytorch/tutorials

    9,202在 GitHub 上查看↗

    The PyTorch Tutorials repository is a collection of educational resources that provides step-by-step guidance on building, training, and deploying neural networks using the PyTorch framework. It covers the complete machine learning workflow, from data loading and model definition through optimization loops and model persistence, with dedicated guides for distributed training, model fine-tuning, and deployment. The tutorials offer practical demonstrations of adapting pre-trained models to new tasks through transfer learning, scaling training across multiple GPUs or machines using PyTorch's dis

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗9,202
  • atcold/pytorch-deep-learning-minicourseAtcold 的头像

    Atcold/pytorch-Deep-Learning-Minicourse

    6,810在 GitHub 上查看↗

    这是一个使用 PyTorch 构建和训练神经网络的教育课程。它作为深度学习训练指南和资源,提供了一系列关于张量计算和架构开发的结构化课程。 该课程采用交互式学习模型,将学术理论与实践同步。它将理论讲义与练习驱动的 Notebook 相结合,要求学生在预定义的模板中实现模型逻辑,以验证其对概念的理解。 该课程涵盖了广泛的深度学习能力,包括通过梯度下降和正则化进行模型优化,以及卷积、循环和 Transformer 架构的实现。它还包括处理多模态数据以及通过对比学习方法和自动编码器应用自监督学习的说明。 内容通过一系列模块化的 Jupyter Notebook 提供。

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    在 GitHub 上查看↗6,810
  • jcjohnson/pytorch-examplesjcjohnson 的头像

    jcjohnson/pytorch-examples

    4,872在 GitHub 上查看↗

    This repository provides a curated collection of self-contained Python code examples that demonstrate the core capabilities of the PyTorch deep learning framework. The examples cover automatic differentiation, dynamic computational graphs, GPU‑accelerated tensor operations, and training of neural network models using gradient‑based optimization. The code samples illustrate PyTorch’s dynamic graph construction, where models can change structure with native control flow, and its automatic gradient computation through reverse‑mode differentiation. Additional examples show how to work with tensor

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗4,872
  • spro/practical-pytorchspro 的头像

    spro/practical-pytorch

    4,546在 GitHub 上查看↗

    Practical PyTorch 是一个深度学习教程和指南集合,专注于实现循环神经网络。该项目提供了使用 PyTorch 框架构建序列模型和序列到序列(sequence-to-sequence)架构的实用代码。 该仓库涵盖了用于神经机器翻译、字符级文本生成和文本分类的模型实现。它包括将输入序列转换为输出序列以进行机器翻译和合成新文本的示例。 该项目还扩展到序列数据预测和时间序列分析,提供了基于历史序列模式预测未来事件的方法。

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    在 GitHub 上查看↗4,546
  • hunkim/pytorchzerotoallhunkim 的头像

    hunkim/PyTorchZeroToAll

    3,974在 GitHub 上查看↗

    PyTorchZeroToAll 是一个教育资源和教程合集,专注于深度学习和 PyTorch 框架。它为实现神经网络架构提供了一条结构化的学习路径,范围从基础语言语法和原理到复杂的模型设计。 该项目作为一个实现指南,用于构建各种网络类型,包括线性、逻辑、卷积和循环网络。它专门涵盖了通过使用注意力机制和字符级网络进行序列建模的工作流。 该资源还涵盖机器学习数据准备,包括使用自定义数据集加载器、文本处理工具以及将原始源文件转换为张量以用于训练流水线。

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Pythonbasicdeeplearningpython
    在 GitHub 上查看↗3,974
  • dsksd/deepnlp-models-pytorchDSKSD 的头像

    DSKSD/DeepNLP-models-Pytorch

    2,943在 GitHub 上查看↗

    Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    在 GitHub 上查看↗2,943
  • prabhuomkar/pytorch-cppprabhuomkar 的头像

    prabhuomkar/pytorch-cpp

    2,135在 GitHub 上查看↗

    C++ Implementation of PyTorch Tutorials for Everyone

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    C++artificial-intelligenceautogradcolab
    在 GitHub 上查看↗2,135
  • rguthrie3/deeplearningfornlpinpytorchrguthrie3 的头像

    rguthrie3/DeepLearningForNLPInPytorch

    1,953在 GitHub 上查看↗

    An IPython Notebook tutorial on deep learning for natural language processing, including structure prediction.

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Jupyter Notebookdeep-learninglstmneural-network
    在 GitHub 上查看↗1,953
  • wkentaro/pytorch-fcnwkentaro 的头像

    wkentaro/pytorch-fcn

    1,777在 GitHub 上查看↗

    PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Pythoncomputer-visionconvolutional-networksdeep-learning
    在 GitHub 上查看↗1,777
  • vahidk/effectivepytorchvahidk 的头像

    vahidk/EffectivePyTorch

    1,712在 GitHub 上查看↗

    PyTorch tutorials and best practices.

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    deep-learningebookmachine-learning
    在 GitHub 上查看↗1,712
  • mila-udem/welcome_tutorialsmila-udem 的头像

    mila-udem/welcome_tutorials

    984在 GitHub 上查看↗

    Various tutorials given for welcoming new students at MILA.

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    在 GitHub 上查看↗984
  • moemen95/pytorch-project-templatemoemen95 的头像

    moemen95/PyTorch-Project-Template

    923在 GitHub 上查看↗

    A scalable template for PyTorch projects, with examples in Image Segmentation, Object classification, GANs and Reinforcement Learning.

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗923
  • ritchieng/deep-learning-wizardritchieng 的头像

    ritchieng/deep-learning-wizard

    873在 GitHub 上查看↗

    Open source guides/codes for mastering deep learning to deploying deep learning in production in PyTorch, Python, Apptainer, and more.

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Pythonapptainerdeep-learningllamaindex
    在 GitHub 上查看↗873
  • davidbau/how-to-read-pytorchdavidbau 的头像

    davidbau/how-to-read-pytorch

    479在 GitHub 上查看↗

    Quick, visual, principled introduction to pytorch code through five colab notebooks.

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    在 GitHub 上查看↗479
  • kuutsav/information-retrievalkuutsav 的头像

    kuutsav/information-retrieval

    176在 GitHub 上查看↗

    Neural information retrieval / semantic search / bi-encoders

    Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    在 GitHub 上查看↗176
  • domib97/revive.nokia.n95domib97 的头像

    domib97/revive.nokia.n95

    69在 GitHub 上查看↗

    Revive your old S60 3rd FP1 Nokia N95 2GB with this guide from 2021 !

    Listed in the “Tutorials” section of the Awesome J2me awesome list.

    在 GitHub 上查看↗69
上一个12下一个
  1. Home
  2. Part of an Awesome List
  3. More to explore
  4. Tutorials