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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

21 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • yunjey/pytorch-tutorialAvatar de yunjey

    yunjey/pytorch-tutorial

    32,385Voir sur 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
    Voir sur GitHub↗32,385
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur 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
    Voir sur GitHub↗29,001
  • pytorch/examplesAvatar de pytorch

    pytorch/examples

    23,752Voir sur 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
    Voir sur GitHub↗23,752
  • rasbt/deeplearning-modelsAvatar de rasbt

    rasbt/deeplearning-models

    17,427Voir sur 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
    Voir sur GitHub↗17,427
  • pytorch/tutorialsAvatar de pytorch

    pytorch/tutorials

    9,202Voir sur 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
    Voir sur GitHub↗9,202
  • atcold/pytorch-deep-learning-minicourseAvatar de Atcold

    Atcold/pytorch-Deep-Learning-Minicourse

    6,810Voir sur GitHub↗

    Il s'agit d'un programme éducatif pour construire et entraîner des réseaux de neurones avec PyTorch. Il sert de guide d'apprentissage pour le deep learning et de ressource, fournissant une série structurée de leçons sur le calcul tensoriel et le développement d'architectures. Le cours utilise un modèle d'apprentissage interactif qui synchronise la théorie académique avec la pratique. Il associe des diapositives de cours théoriques à des notebooks d'exercices, demandant aux étudiants d'implémenter la logique des modèles dans des templates prédéfinis pour valider leur compréhension conceptuelle. Le programme couvre un large éventail de capacités en deep learning, incluant l'optimisation de modèles via la descente de gradient et la régularisation, ainsi que l'implémentation d'architectures convolutionnelles, récurrentes et de type transformer. Il inclut également des instructions pour traiter des données multimodales et appliquer l'apprentissage auto-supervisé via des méthodes contrastives et des auto-encodeurs. Le contenu est délivré via une séquence modulaire de Jupyter Notebooks.

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

    Jupyter Notebook
    Voir sur GitHub↗6,810
  • jcjohnson/pytorch-examplesAvatar de jcjohnson

    jcjohnson/pytorch-examples

    4,872Voir sur 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
    Voir sur GitHub↗4,872
  • spro/practical-pytorchAvatar de spro

    spro/practical-pytorch

    4,546Voir sur 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

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

    Jupyter Notebook
    Voir sur GitHub↗4,546
  • hunkim/pytorchzerotoallAvatar de hunkim

    hunkim/PyTorchZeroToAll

    3,974Voir sur GitHub↗

    PyTorchZeroToAll est une ressource pédagogique et une collection de tutoriels axés sur le deep learning et le framework PyTorch. Il fournit un parcours d'apprentissage structuré pour implémenter des architectures de réseaux de neurones, allant de la syntaxe de base et des fondamentaux jusqu'à la conception de modèles complexes. Le projet sert de guide d'implémentation pour construire divers types de réseaux, incluant les réseaux linéaires, logistiques, convolutifs et récurrents. Il couvre spécifiquement le workflow pour la modélisation de séquences via l'utilisation de mécanismes d'attention et de réseaux au niveau des caractères. La ressource couvre également la préparation des données de machine learning, incluant l'utilisation de chargeurs de jeux de données personnalisés, d'outils de traitement de texte et la traduction de fichiers sources bruts en tenseurs pour les pipelines d'entraînement.

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

    Pythonbasicdeeplearningpython
    Voir sur GitHub↗3,974
  • dsksd/deepnlp-models-pytorchAvatar de DSKSD

    DSKSD/DeepNLP-models-Pytorch

    2,943Voir sur 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
    Voir sur GitHub↗2,943
  • prabhuomkar/pytorch-cppAvatar de prabhuomkar

    prabhuomkar/pytorch-cpp

    2,135Voir sur GitHub↗

    C++ Implementation of PyTorch Tutorials for Everyone

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

    C++artificial-intelligenceautogradcolab
    Voir sur GitHub↗2,135
  • rguthrie3/deeplearningfornlpinpytorchAvatar de rguthrie3

    rguthrie3/DeepLearningForNLPInPytorch

    1,953Voir sur 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
    Voir sur GitHub↗1,953
  • wkentaro/pytorch-fcnAvatar de wkentaro

    wkentaro/pytorch-fcn

    1,777Voir sur 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
    Voir sur GitHub↗1,777
  • vahidk/effectivepytorchAvatar de vahidk

    vahidk/EffectivePyTorch

    1,712Voir sur GitHub↗

    PyTorch tutorials and best practices.

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

    deep-learningebookmachine-learning
    Voir sur GitHub↗1,712
  • mila-udem/welcome_tutorialsAvatar de mila-udem

    mila-udem/welcome_tutorials

    984Voir sur GitHub↗

    Various tutorials given for welcoming new students at MILA.

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

    Jupyter Notebook
    Voir sur GitHub↗984
  • moemen95/pytorch-project-templateAvatar de moemen95

    moemen95/PyTorch-Project-Template

    923Voir sur 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
    Voir sur GitHub↗923
  • ritchieng/deep-learning-wizardAvatar de ritchieng

    ritchieng/deep-learning-wizard

    873Voir sur 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
    Voir sur GitHub↗873
  • davidbau/how-to-read-pytorchAvatar de davidbau

    davidbau/how-to-read-pytorch

    479Voir sur 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
    Voir sur GitHub↗479
  • kuutsav/information-retrievalAvatar de kuutsav

    kuutsav/information-retrieval

    176Voir sur GitHub↗

    Neural information retrieval / semantic search / bi-encoders

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

    Jupyter Notebook
    Voir sur GitHub↗176
  • domib97/revive.nokia.n95Avatar de domib97

    domib97/revive.nokia.n95

    69Voir sur 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.

    Voir sur GitHub↗69
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. More to explore
  4. Tutorials