awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 repositorios

Awesome GitHub RepositoriesDeep Learning Tutorials

Instructional resources specifically for deep learning architectures and frameworks.

Distinguishing note: Focuses on deep learning specifically rather than general machine learning.

Explore 12 awesome GitHub repositories matching artificial intelligence & ml · Deep Learning Tutorials. Refine with filters or upvote what's useful.

Awesome Deep Learning Tutorials GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • labmlai/annotated_deep_learning_paper_implementationsAvatar de labmlai

    labmlai/annotated_deep_learning_paper_implementations

    66,981Ver en GitHub↗

    This project is a collection of deep learning research papers translated into annotated code. It serves as a resource for reproducing academic research, providing implementations of transformers, diffusion models, and reinforcement learning architectures. The library distinguishes itself by using a side-by-side annotation format that combines executable Python code with descriptive markdown notes. This approach provides a structured way to explain the logic of neural network papers alongside their PyTorch-based implementations. The codebase covers several major capability areas, including ge

    Provides hands-on tutorials for building neural networks and deep learning architectures using PyTorch.

    Pythonattentiondeep-learningdeep-learning-tutorial
    Ver en GitHub↗66,981
  • avik-jain/100-days-of-ml-codeAvatar de Avik-Jain

    Avik-Jain/100-Days-Of-ML-Code

    51,254Ver en GitHub↗

    This project is a structured educational curriculum designed to guide developers through the fundamentals of machine learning. It functions as a technical skill builder, offering a curated roadmap of progressive coding challenges that cover core algorithms, statistical concepts, and essential data science libraries. The repository distinguishes itself through an iterative sequencing of content, organizing complex technical topics into a daily progression that facilitates incremental mastery. It integrates third-party academic lectures and educational resources to provide necessary theoretical

    Provides tutorials on analyzing neural network models using visualization tools.

    100-days-of-code-log100daysofcodedeep-learning
    Ver en GitHub↗51,254
  • yunjey/pytorch-tutorialAvatar de yunjey

    yunjey/pytorch-tutorial

    32,385Ver en 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

    Serves as a comprehensive instructional resource for implementing deep learning architectures and frameworks using PyTorch.

    Pythondeep-learningneural-networkspytorch
    Ver en GitHub↗32,385
  • datawhalechina/leedl-tutorialAvatar de datawhalechina

    datawhalechina/leedl-tutorial

    16,649Ver en GitHub↗

    This project is a deep learning educational course and technical study guide. It provides a comprehensive set of AI curriculum materials, including slides, notes, and assignments designed to teach neural network fundamentals and generative models. The content focuses on the mathematical foundations of deep learning, featuring detailed step-by-step formula derivations and explanations of model architecture basics. It covers both foundational concepts and advanced research topics, such as self-supervised learning and adversarial attacks. The repository includes applied technical exercises that

    Offers instructional resources and modular tutorials specifically covering deep learning architectures and frameworks.

    Jupyter Notebookbertchatgptcnn
    Ver en GitHub↗16,649
  • chenyuntc/pytorch-bookAvatar de chenyuntc

    chenyuntc/pytorch-book

    12,816Ver en 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

    Delivers comprehensive instructional resources for building and training neural networks using the deep learning framework.

    Jupyter Notebookautogradcaptioncharrnn
    Ver en GitHub↗12,816
  • chiphuyen/stanford-tensorflow-tutorialsAvatar de chiphuyen

    chiphuyen/stanford-tensorflow-tutorials

    10,377Ver en GitHub↗

    This project is a collection of deep learning tutorials and practical implementations using TensorFlow. It provides a neural network implementation guide through code examples designed for research-oriented deep learning. The repository covers supervised and unsupervised learning workflows, including the development of sequence models for language processing and chatbots. It includes specific examples for image style transfer and the use of autoencoders for feature extraction. The project also provides demonstrations for managing large-scale datasets using binary record formats and streaming

    Offers instructional resources and tutorials for implementing deep learning architectures.

    Pythonchatbotcourse-materialsdeep-learning
    Ver en GitHub↗10,377
  • udlbook/udlbookAvatar de udlbook

    udlbook/udlbook

    9,099Ver en GitHub↗

    udlbook is a deep learning educational repository and a collection of interactive learning notebooks designed for studying neural network architectures. It serves as a digital repository of formatted mathematical equations and guided examples for learning deep learning concepts. The project provides a mathematical reference for supervised learning and neural network theory using LaTeX rendering. It includes interactive technical documentation and executable notebooks covering gradients, convolutions, and transformers. The system manages educational materials through a file-system based organ

    Offers instructional reference materials specifically focused on deep learning architectures and operations.

    Jupyter Notebook
    Ver en GitHub↗9,099
  • vahidk/effectivetensorflowAvatar de vahidk

    vahidk/EffectiveTensorflow

    8,589Ver en GitHub↗

    EffectiveTensorflow is a deep learning tutorial suite and learning resource designed for building models within the TensorFlow framework. It serves as a practical implementation guide and development manual for creating neural network architectures. The project provides curated instructions for prototyping custom operations and implementing conditional logic for recurrent and deep learning structures. It focuses on the transition from imperative prototyping to the optimization of symbolic execution graphs for hardware accelerators. The resource covers numerical stability management to preven

    Serves as a comprehensive instructional resource for deep learning architectures and frameworks.

    Ver en GitHub↗8,589
  • tingsongyu/pytorch_tutorialAvatar de TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018Ver en GitHub↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Provides a comprehensive collection of educational examples and implementations for building vision and language models.

    Python
    Ver en GitHub↗8,018
  • apachecn/hands-on-ml-zhAvatar de apachecn

    apachecn/hands-on-ml-zh

    3,781Ver en GitHub↗

    This project is a Chinese translation of a comprehensive educational resource for implementing machine learning. It serves as a technical guide for developing machine learning models, providing translated documentation and practical tutorials. The resource focuses specifically on the implementation of machine learning using Scikit-Learn and TensorFlow. It provides guides for building traditional machine learning models as well as developing deep learning neural networks. The content covers the end-to-end machine learning workflow, including data preparation, model training, and evaluation. E

    Offers hands-on guides and translated content for developing deep learning architectures with TensorFlow.

    CSSbookdeep-learningmachine-learning
    Ver en GitHub↗3,781
  • christianversloot/machine-learning-articlesAvatar de christianversloot

    christianversloot/machine-learning-articles

    3,683Ver en GitHub↗

    This project is a machine learning educational archive and technical documentation collection. It serves as a deep learning tutorial series and implementation guide, providing theoretical explanations and practical walkthroughs for constructing and optimizing neural networks. The content focuses on the design and construction of diverse model architectures, including convolutional neural networks, Long Short-Term Memory networks, and generative adversarial networks. It details specific implementation patterns for autoencoders, sentiment analysis models, and various classification approaches.

    Serves as a comprehensive series of instructional resources for building and optimizing CNN, LSTM, and GAN architectures.

    albertbertclustering
    Ver en GitHub↗3,683
  • deqianbai/hands-on-machine-learningAvatar de DeqianBai

    DeqianBai/Hands-on-Machine-Learning

    1,548Ver en GitHub↗

    Este proyecto es una colección de Jupyter notebooks interactivos diseñados para enseñar los fundamentos de machine learning y deep learning a través de ejercicios prácticos de codificación. Proporciona un plan de estudios estructurado que guía a los usuarios a través del ciclo de vida completo de la ciencia de datos, cubriendo desde el preprocesamiento inicial de datos hasta la evaluación final del modelo. El repositorio se distingue por tender un puente entre los conceptos teóricos de ciencia de datos y la implementación práctica utilizando librerías estándar de la industria. Cuenta con una serie de tutoriales que demuestran cómo construir y entrenar modelos predictivos y arquitecturas de redes neuronales complejas, incluyendo modelos convolucionales y recurrentes, dentro de un entorno unificado y ejecutable. El plan de estudios abarca la aplicación de patrones de estimadores estándar para flujos de trabajo de machine learning y la construcción de redes neuronales mediante composición modular basada en capas. Estos materiales están organizados para ayudar a los estudiantes a dominar las abstracciones matemáticas y de programación necesarias para el reconocimiento de patrones y tareas de decisión.

    Offers a structured curriculum for building and training neural network architectures including convolutional and recurrent models.

    Jupyter Notebook
    Ver en GitHub↗1,548
  1. Home
  2. Artificial Intelligence & ML
  3. Deep Learning Tutorials