awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to vinhkhuc/pytorch-mini-tutorials

Projects sharing features with PyTorch Mini Tutorials

30 open-source projects similar to vinhkhuc/pytorch-mini-tutorials, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • pytorch/examplespytorch avatar

    pytorch/examples

    23,752View on 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

    Python
    View on GitHub↗23,752
  • pytorch/tutorialspytorch avatar

    pytorch/tutorials

    9,202View on 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

    Python
    View on GitHub↗9,202
  • dsksd/deepnlp-models-pytorchDSKSD avatar

    DSKSD/DeepNLP-models-Pytorch

    2,943View on GitHub↗

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

    Jupyter Notebook
    View on GitHub↗2,943
  • atcold/pytorch-deep-learning-minicourseAtcold avatar

    Atcold/pytorch-Deep-Learning-Minicourse

    6,810View on GitHub↗

    This is an educational curriculum for building and training neural networks using PyTorch. It serves as a deep learning training guide and resource, providing a structured series of lessons on tensor computation and architecture development. The course uses an interactive learning model that synchronizes academic theory with practice. It pairs theoretical lecture slides with exercise-driven notebooks, requiring students to implement model logic within predefined templates to validate their conceptual understanding. The curriculum covers a broad range of deep learning capabilities, including

    Jupyter Notebook
    View on GitHub↗6,810

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • spro/practical-pytorchspro avatar

    spro/practical-pytorch

    4,546View on GitHub↗

    Practical PyTorch is a collection of deep learning tutorials and guides focused on implementing recurrent neural networks. The project provides practical code for building sequence models and sequence-to-sequence architectures using the PyTorch framework. The repository covers the implementation of models for neural machine translation, character-level text generation, and text classification. It includes examples for transforming input sequences into output sequences for machine translation and synthesizing new text. The project also extends to sequence data prediction and time series analy

    Jupyter Notebook
    View on GitHub↗4,546
  • yunjey/pytorch-tutorialyunjey avatar

    yunjey/pytorch-tutorial

    32,385View on 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

    Pythondeep-learningneural-networkspytorch
    View on GitHub↗32,385
  • dformoso/deeplearning-mindmapdformoso avatar

    dformoso/deeplearning-mindmap

    1,706View on GitHub↗

    A Mindmap summarising Deep Learning concepts, Architectures, and the Tensorflow library.

    View on GitHub↗1,706
  • domib97/revive.nokia.n95domib97 avatar

    domib97/revive.nokia.n95

    69View on GitHub↗

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

    View on GitHub↗69
  • dsgiitr/d2l-pytorchdsgiitr avatar

    dsgiitr/d2l-pytorch

    4,353View on GitHub↗

    This project is an educational codebase and reference library that translates theoretical deep learning concepts into executable PyTorch code. It serves as a practical implementation of a deep learning textbook, providing a course-like structure of guided exercises and architectural examples for learning purposes. The repository includes a library of standard neural network architectures, including linear, convolutional, recurrent, and transformer models. It specifically implements a variety of deep learning patterns such as multilayer perceptrons, VGG networks, gated recurrent units, and lon

    Jupyter Notebookbookcomputer-visiond2l
    View on GitHub↗4,353
  • fastforwardlabs/keras-hello-worldF

    fastforwardlabs/keras-hello-world

    0View on GitHub↗
    View on GitHub↗0
  • furkanu/deeplearning.ai-pytorchF

    furkanu/deeplearning.ai-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • higgsfield/capsule-network-tutorialhiggsfield avatar

    higgsfield/Capsule-Network-Tutorial

    765View on GitHub↗

    This is easy-to-follow Capsule Network tutorial with clean readable code: Capsule Network.ipynb

    Jupyter Notebook
    View on GitHub↗765
  • higgsfield/rl-adventurehiggsfield avatar

    higgsfield/RL-Adventure

    3,178View on GitHub↗

    Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL

    Jupyter Notebook
    View on GitHub↗3,178
  • higgsfield/rl-adventure-2H

    higgsfield/RL-Adventure-2

    0View on GitHub↗
    View on GitHub↗0
  • hunkim/pytorchzerotoallhunkim avatar

    hunkim/PyTorchZeroToAll

    3,974View on GitHub↗

    PyTorchZeroToAll is an educational resource and collection of tutorials focused on deep learning and the PyTorch framework. It provides a structured learning path for implementing neural network architectures, ranging from basic language syntax and fundamentals to complex model design. The project serves as an implementation guide for building various network types, including linear, logistic, convolutional, and recurrent networks. It specifically covers the workflow for sequence modeling through the use of attention mechanisms and character-level networks. The resource also covers machine l

    Pythonbasicdeeplearningpython
    View on GitHub↗3,974
  • iamtrask/grokking-deep-learningiamtrask avatar

    iamtrask/Grokking-Deep-Learning

    7,707View on 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
    View on GitHub↗7,707
  • jcjohnson/pytorch-examplesjcjohnson avatar

    jcjohnson/pytorch-examples

    4,872View on 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

    Python
    View on GitHub↗4,872
  • jeankossaifi/tensorly-notebooksJ

    JeanKossaifi/tensorly-notebooks

    0View on GitHub↗
    View on GitHub↗0
  • joansj/pytorch-introJ

    joansj/pytorch-intro

    0View on GitHub↗
    View on GitHub↗0
  • jocicmarko/kaggle-dsb2-kerasJ

    jocicmarko/kaggle-dsb2-keras

    0View on GitHub↗
    View on GitHub↗0
  • kaixhin/grokking-pytorchKaixhin avatar

    Kaixhin/grokking-pytorch

    1,199View on GitHub↗

    The Hitchiker's Guide to PyTorch

    deep-learning
    View on GitHub↗1,199
  • keon/pytorch-exercisesK

    keon/pytorch-exercises

    0View on GitHub↗
    View on GitHub↗0
  • kuutsav/information-retrievalkuutsav avatar

    kuutsav/information-retrieval

    176View on GitHub↗

    Neural information retrieval / semantic search / bi-encoders

    Jupyter Notebook
    View on GitHub↗176
  • lab-ml/nnL

    lab-ml/nn

    0View on GitHub↗
    View on GitHub↗0
  • mila-udem/welcome_tutorialsmila-udem avatar

    mila-udem/welcome_tutorials

    984View on GitHub↗

    Various tutorials given for welcoming new students at MILA.

    Jupyter Notebook
    View on GitHub↗984
  • moemen95/pytorch-project-templatemoemen95 avatar

    moemen95/PyTorch-Project-Template

    923View on GitHub↗

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

    Python
    View on GitHub↗923
  • morvanzhou/pytorch-tutorialMorvanZhou avatar

    MorvanZhou/PyTorch-Tutorial

    8,458View on GitHub↗

    This project is a collection of PyTorch learning resources and educational guides designed to teach the construction and training of neural networks. It serves as a comprehensive deep learning tutorial covering various model architectures and practical implementation strategies. The resources provide specific guidance on implementing computer vision tasks, such as image classification and synthetic imagery generation, as well as reinforcement learning agents using value networks and experience replay. It also covers sequential data modeling through recurrent networks and generative modeling u

    Jupyter Notebookautoencoderbatchbatch-normalization
    View on GitHub↗8,458
  • moskomule/pytorch.rl.learningM

    moskomule/pytorch.rl.learning

    0View on GitHub↗
    View on GitHub↗0
  • apachecn/ailearningapachecn avatar

    apachecn/ailearning

    42,343View on GitHub↗

    AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2

    Pythonadaboostapriorideeplearning
    View on GitHub↗42,343
  • neubig/nn4nlp2017-codeN

    neubig/nn4nlp2017-code

    0View on GitHub↗
    View on GitHub↗0