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
·

71 dépôts

Awesome GitHub RepositoriesDeep Learning Curriculum

Structured learning paths for neural network development.

Distinguishing note: Focuses on the curriculum structure rather than individual tutorials.

Explore 71 awesome GitHub repositories matching education & learning resources · Deep Learning Curriculum. Refine with filters or upvote what's useful.

Awesome Deep Learning Curriculum 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.
  • scutan90/deeplearning-500-questionsAvatar de scutan90

    scutan90/DeepLearning-500-questions

    57,436Voir sur GitHub↗

    This project is a comprehensive study guide and knowledge base for deep learning, machine learning, and the associated mathematics required for artificial intelligence. It functions as a curated collection of technical questions and answers designed to help users study fundamental theories and practical applications. The repository serves as a technical interview preparation resource by aggregating industry-standard questions and core knowledge points. It provides a structured reference for reviewing neural network architectures and specific techniques used in computer vision, such as object

    Integrates linear algebra, probability, and machine learning into a structured deep learning learning path.

    JavaScript
    Voir sur GitHub↗57,436
  • fastai/fastbookAvatar de fastai

    fastai/fastbook

    24,587Voir sur GitHub↗

    This project is an interactive educational textbook and comprehensive machine learning resource designed for deep learning education. It provides a structured curriculum that combines narrative prose with executable code, utilizing literate programming to create reproducible learning experiences within a collection of Jupyter Notebooks. The repository distinguishes itself by teaching machine learning through applied research and modular design. It demonstrates a callback-driven training loop, a declarative data-block pipeline, and a layered abstraction API that allows users to transition betw

    Offers a structured path for learning neural network implementation.

    Jupyter Notebookbookdata-sciencedeep-learning
    Voir sur GitHub↗24,587
  • accumulatemore/cvAvatar de AccumulateMore

    AccumulateMore/CV

    21,907Voir sur GitHub↗

    This project is a comprehensive deep learning framework and educational platform designed for constructing, training, and evaluating neural network architectures. It provides a modular environment for building models through tensor operations and automatic differentiation, supporting a wide range of tasks from image classification and object detection to sequential data processing. Beyond its core technical capabilities, the project distinguishes itself by integrating professional career development resources directly into its learning ecosystem. It offers structured guidance, resume reviews,

    Provides structured educational resources covering deep learning fundamentals, computer vision, and language models.

    Jupyter Notebookagentagentsbook
    Voir sur GitHub↗21,907
  • fengdu78/deeplearning_ai_booksAvatar de fengdu78

    fengdu78/deeplearning_ai_books

    20,250Voir sur GitHub↗

    This repository serves as a comprehensive educational resource and study guide for mastering deep learning principles and neural network architectures. It provides a structured curriculum that covers the fundamental components of artificial intelligence, including backpropagation, optimization algorithms, and model performance tuning. The collection distinguishes itself by offering curated academic materials and practical implementation examples that bridge the gap between theoretical concepts and hands-on application. It includes specialized instructional guides for developing models capable

    Provides a structured curriculum for mastering deep learning concepts and neural network architectures.

    HTMLdeeplearning-ai
    Voir sur GitHub↗20,250
  • inancgumus/learngoAvatar de inancgumus

    inancgumus/learngo

    20,070Voir sur GitHub↗

    Learngo is an interactive coding course and programming tutorial designed to teach the Go language. It functions as an educational guide that combines instructional materials with a learning-by-doing approach to help users master language syntax and practical application. The project focuses on idiomatic Go programming, providing a practical reference for writing code that follows industry standards and conventions. It emphasizes the development of testable code and the implementation of maintainable programming patterns. The curriculum is delivered through a series of hand-crafted examples,

    Provides a structured curriculum for learning the Go programming language through interactive materials.

    Go
    Voir sur GitHub↗20,070
  • shusentang/dive-into-dl-pytorchAvatar de ShusenTang

    ShusenTang/Dive-into-DL-PyTorch

    19,409Voir sur 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

    Offers a structured learning path for deep learning through a combination of technical documents and runnable notebooks.

    Jupyter Notebook
    Voir sur GitHub↗19,409
  • alikhll/golang-developer-roadmapAvatar de Alikhll

    Alikhll/golang-developer-roadmap

    18,422Voir sur GitHub↗

    This project provides a structured educational roadmap designed to guide programmers through the technical milestones required to achieve professional proficiency in the Go programming language. It functions as a comprehensive curriculum that maps essential skills, libraries, and development practices into a logical sequence for backend engineering and software architecture. The roadmap utilizes a visual learning path to help developers identify knowledge gaps and plan their professional growth within the Go ecosystem. By organizing technical objectives from basic syntax to advanced engineeri

    Provides a comprehensive, structured learning path for mastering the Go programming language.

    Voir sur GitHub↗18,422
  • mnielsen/neural-networks-and-deep-learningAvatar de mnielsen

    mnielsen/neural-networks-and-deep-learning

    17,721Voir sur GitHub↗

    This project is a comprehensive educational resource and curriculum designed to teach the mathematical foundations and practical implementation of neural networks. It provides a structured path for understanding how computers learn from data, covering core concepts such as gradient descent, backpropagation, and the biological inspiration behind artificial neurons. The platform distinguishes itself by combining theoretical proofs with hands-on implementation exercises. It demonstrates the universal approximation theorem through visual explanations and guides users in building various architect

    Provides a structured educational series covering the theory and code required to build and evaluate deep learning models.

    Python
    Voir sur GitHub↗17,721
  • mrdbourke/pytorch-deep-learningAvatar de mrdbourke

    mrdbourke/pytorch-deep-learning

    17,195Voir sur GitHub↗

    This project is a structured educational resource and training platform designed for mastering deep learning development. It provides a comprehensive curriculum focused on building, evaluating, and refining predictive models through hands-on coding exercises and standard industry workflows. The curriculum emphasizes practical implementation, guiding users through the construction of neural network architectures and the application of transfer learning to adapt pretrained models for custom tasks. It includes methodologies for tracking and comparing model experiment results, allowing for the sy

    Teaches core deep learning concepts through a structured, hands-on curriculum.

    Jupyter Notebookdeep-learningmachine-learningpytorch
    Voir sur GitHub↗17,195
  • datawhalechina/leedl-tutorialAvatar de datawhalechina

    datawhalechina/leedl-tutorial

    16,649Voir sur 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

    Provides detailed step-by-step mathematical proofs to explain the underlying logic of deep learning models.

    Jupyter Notebookbertchatgptcnn
    Voir sur GitHub↗16,649
  • hoanhan101/ultimate-goAvatar de hoanhan101

    hoanhan101/ultimate-go

    14,913Voir sur GitHub↗

    This project is a Go educational resource consisting of a structured language curriculum and a curated programming study guide. It serves as a repository of tutorials and references designed to help developers master the Go programming language. The material focuses on Go programming education, language proficiency training, and the fundamentals of backend development. The resource is delivered as a static site generated from markdown files, using a file-system based organization and template-driven layouts to structure the learning materials.

    Provides a structured curriculum and lesson plans for learning the Go programming language.

    Gocomputer-systemsebookgolang
    Voir sur GitHub↗14,913
  • janishar/mit-deep-learning-book-pdfAvatar de janishar

    janishar/mit-deep-learning-book-pdf

    14,142Voir sur GitHub↗

    This project is a digital collection of academic material on deep learning provided as a machine learning educational resource. It delivers the complete textbook and individual chapters in portable document format for offline study and research. The repository includes electronic publication versions of the textbooks optimized for digital reading devices and e-book readers. It functions as a segmented document repository, providing the text both as a full volume and split into individual chapters to allow for targeted reading.

    Provides a complete academic textbook on the foundations and theory of deep learning.

    Javabookchapterclear
    Voir sur GitHub↗14,142
  • microsoft/ai-eduAvatar de microsoft

    microsoft/ai-edu

    14,065Voir sur GitHub↗

    ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical tutorials, deep learning lab exercises, and project blueprints designed to teach artificial intelligence fundamentals through a combination of study and practical implementation. The project focuses on a learning-by-doing approach, guiding users from Python programming and neural network basics to advanced topics. It includes specialized instructional content on distributed AI training, MLOps educational guides for model quantization and pruning, and detailed frameworks for im

    Offers educational materials on the fundamentals of deep learning, computing frameworks, and neural network basics.

    HTML
    Voir sur GitHub↗14,065
  • dragen1860/deep-learning-with-tensorflow-bookAvatar de dragen1860

    dragen1860/Deep-Learning-with-TensorFlow-book

    13,237Voir sur GitHub↗

    This project is an open source deep learning textbook and educational resource. It provides a structured curriculum of theory and practical examples designed for mastering the training of regression, classification, and generative models using the TensorFlow framework. The repository functions as a machine learning code collection, utilizing interactive notebooks and source code to demonstrate neural network implementation and tensor operations. It covers the development of deep learning models and the study of reinforcement learning. The material employs a case-study driven pedagogy, combin

    Provides a comprehensive curriculum covering the fundamental principles and practical implementations of deep learning.

    Jupyter Notebookbookdeeplearningmachinelearning
    Voir sur GitHub↗13,237
  • kmario23/deep-learning-drizzleAvatar de kmario23

    kmario23/deep-learning-drizzle

    12,819Voir sur GitHub↗

    This project is a curated directory of educational roadmaps and resource hubs for artificial intelligence, deep learning, and machine learning. It serves as a centralized collection of academic lectures, instructional videos, and courses designed to provide structured learning paths for AI practitioners. The directory covers specialized academic curricula across several core domains, including computer vision, natural language processing, and reinforcement learning. It also provides access to niche educational content such as medical imaging, Bayesian deep learning, and probabilistic graphica

    Provides a structured directory of foundational educational content covering neural network concepts and architectures.

    HTML
    Voir sur GitHub↗12,819
  • khangich/machine-learning-interviewAvatar de khangich

    khangich/machine-learning-interview

    12,624Voir sur GitHub↗

    This project is a curated collection of technical reference materials and study guides designed for machine learning interview preparation. It provides comprehensive resources for candidates pursuing engineering roles, focusing on deep learning, production infrastructure, and large-scale system design. The repository distinguishes itself through an architecture that combines theoretical research with industrial case studies. It utilizes a pattern-based approach to system design, breaking down complex deployments—such as recommendation engines, search ranking, and ad click prediction—into reus

    Provides curated reading materials on neural network architectures and loss optimization.

    Voir sur GitHub↗12,624
  • pengsida/learning_researchAvatar de pengsida

    pengsida/learning_research

    12,689Voir sur GitHub↗

    This project is an academic research framework and PhD mentorship roadmap designed to guide the transition from basic technical concepts to independent scientific research. It serves as a research workflow guide and project management system for identifying scientific problems, designing technical solutions, and executing experiments for academic publication. The system provides a structured methodology for translating long-term scientific objectives into actionable roadmaps, publications, and technical milestones. It includes a scientific writing guide and a set of presentation toolkits cont

    Offers a phased approach to progress from basic deep learning concepts to independent academic research.

    Voir sur GitHub↗12,689
  • ardanlabs/gotrainingAvatar de ardanlabs

    ardanlabs/gotraining

    12,212Voir sur GitHub↗

    This repository provides curated learning paths, structured courseware, and technical materials for mastering Go programming, container orchestration, and software architecture. It serves as a comprehensive educational resource for systems programming, focusing on language mechanics, memory safety, and high-performance backend design. The project distinguishes itself through a multi-modal instructional design that combines instructor-led workshops, project-based curricula, and competency-based certifications. It offers specialized guidance on building production-grade AI infrastructure, inclu

    Provides a live-code curriculum featuring runnable programs that students modify during class.

    Go
    Voir sur GitHub↗12,212
  • openai/spinningupAvatar de openai

    openai/spinningup

    11,812Voir sur GitHub↗

    Spinning Up is a deep reinforcement learning curriculum designed to teach the theory and implementation of deep reinforcement learning algorithms. It serves as a guided educational resource for understanding how agents interact with environments through mathematical models and code. The project provides a research roadmap consisting of a curated collection of influential research papers and theoretical concepts. This literature study is designed to guide a deeper exploration of specific reinforcement learning domains. The curriculum covers the implementation of reinforcement learning logic t

    Serves as a guided educational resource for learning both the theory and implementation of deep RL.

    Python
    Voir sur GitHub↗11,812
  • goestoeleven/golangtrainingAvatar de GoesToEleven

    GoesToEleven/GolangTraining

    10,479Voir sur GitHub↗

    GolangTraining is a structured language training course and a series of programming tutorials designed to teach Go syntax, core concepts, and concurrency patterns. It serves as an educational resource for mastering the Go programming language through a curriculum of instructional guides. The material emphasizes a guided path for learning Go language fundamentals and concurrency, specifically focusing on the implementation of goroutines and channels to manage parallel execution. The curriculum utilizes an exercise-driven learning model that combines theoretical explanations with hands-on impl

    Provides a structured curriculum of lesson plans and code examples for mastering the Go programming language.

    Go
    Voir sur GitHub↗10,479
Préc.123…4Suivant
  1. Home
  2. Education & Learning Resources
  3. Deep Learning Curriculum

Explorer les sous-tags

  • Deep Learning Fundamentals5 sous-tagsEducational content covering core neural network concepts and practical implementation. **Distinct from Deep Learning Curriculum:** Focuses on foundational deep learning concepts rather than general curriculum structure.
  • Go Learning Curricula2 sous-tagsStructured daily lesson plans and code examples for learning the Go programming language from fundamentals to advanced topics. **Distinct from Deep Learning Curriculum:** Distinct from Deep Learning Curriculum: focuses on Go language learning rather than neural network development.
  • Large Language Model CurriculaStructured educational programs for learning the engineering and application of large language models. **Distinct from Deep Learning Curriculum:** Distinct from Deep Learning Curriculum: focuses specifically on transformer-based language models rather than neural networks generally.
  • Niche AI Domain CurriculaLearning paths for specialized AI applications in specific fields like medical imaging or probabilistic models. **Distinct from Deep Learning Curriculum:** Distinct from general Deep Learning Curriculum as it targets niche, non-generalist applications like medical imaging.
  • Reinforcement Learning CurriculaStructured learning paths specifically for the study of reinforcement learning. **Distinct from Deep Learning Curriculum:** More specific than deep learning curricula, focusing exclusively on RL agent training.