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
·
lisa-lab avatar

lisa-lab/DeepLearningTutorials

0
View on GitHub↗
4,148 estrellas·2,112 forks·Python·3 vistasdeeplearning.net/tutorial↗

DeepLearningTutorials

Este proyecto es un recurso educativo y ruta de aprendizaje para construir y entrenar arquitecturas de redes neuronales. Proporciona una colección estructurada de guías instructivas, notas y ejercicios diseñados para ayudar a los usuarios a dominar los fundamentos del desarrollo y prototipado de modelos de aprendizaje profundo.

El recurso se centra en traducir la teoría conceptual del aprendizaje profundo en código ejecutable utilizando una biblioteca de matemáticas simbólicas. Incluye guías y tutoriales específicos para ejecutar cálculos de redes neuronales en hardware gráfico para reducir el tiempo de entrenamiento del modelo.

El contenido cubre la implementación de algoritmos de aprendizaje profundo, el uso de flujos de datos basados en tensores y la construcción de modelos utilizando arquitecturas de capas modulares. Combina conceptos teóricos con implementaciones de referencia prácticas para demostrar el proceso de construcción de modelos entrenables para tareas predictivas.

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.

Historial de estrellas

Gráfico del historial de estrellas de lisa-lab/deeplearningtutorialsGráfico del historial de estrellas de lisa-lab/deeplearningtutorials

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a DeepLearningTutorials

Proyectos open-source similares, clasificados según cuántas características comparten con DeepLearningTutorials.
  • 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

    Jupyter Notebookautogradcaptioncharrnn
    Ver en GitHub↗12,816
  • shusentang/dive-into-dl-pytorchAvatar de ShusenTang

    ShusenTang/Dive-into-DL-PyTorch

    19,409Ver en 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
    Ver en GitHub↗19,409
  • xiaotudui/pytorch-tutorialAvatar de xiaotudui

    xiaotudui/pytorch-tutorial

    4,195Ver en 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
    Ver en GitHub↗4,195
  • iamtrask/grokking-deep-learningAvatar de iamtrask

    iamtrask/Grokking-Deep-Learning

    7,707Ver en 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
    Ver en GitHub↗7,707
Ver las 30 alternativas a DeepLearningTutorials→

Preguntas frecuentes

¿Qué hace lisa-lab/deeplearningtutorials?

Este proyecto es un recurso educativo y ruta de aprendizaje para construir y entrenar arquitecturas de redes neuronales. Proporciona una colección estructurada de guías instructivas, notas y ejercicios diseñados para ayudar a los usuarios a dominar los fundamentos del desarrollo y prototipado de modelos de aprendizaje profundo.

¿Cuáles son las características principales de lisa-lab/deeplearningtutorials?

Las características principales de lisa-lab/deeplearningtutorials son: Learning Paths, Deep Learning Education, Deep Learning Prototyping Kits, Neural Network Implementations, Tensor Data Flows, Tensor Data Pipelines, Deep Learning Architectures, Conceptual Code Mappings.

¿Qué alternativas de código abierto existen para lisa-lab/deeplearningtutorials?

Las alternativas de código abierto para lisa-lab/deeplearningtutorials incluyen: 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…