awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
enggen avatar

enggen/Deep-Learning-Coursera

0
View on GitHub↗
1,752 星标·1,316 分支·Jupyter Notebook·8 次浏览

Deep Learning Coursera

This project provides a structured educational curriculum focused on the end-to-end lifecycle of deep learning. It serves as a comprehensive resource for mastering neural network architectures and machine learning strategy through a series of interactive notebooks and technical exercises.

The curriculum distinguishes itself by combining foundational neural network construction with practical project management frameworks. It guides users through the design of deep learning models, the application of hyperparameter tuning and regularization for performance optimization, and the implementation of recurrent neural networks and attention mechanisms for sequential data analysis.

The materials cover the full spectrum of machine learning workflows, including error analysis, data set management, and performance evaluation against benchmarks. The content is delivered through an interactive environment that allows for incremental execution and visualization of mathematical operations and model training cycles.

Features

  • Deep Learning Curriculum - Provides a structured learning path for mastering neural network development and machine learning strategy.
  • Backpropagation - Calculates gradients of loss functions to update model parameters via chain rule application.
  • Neural Network Construction - Enables the design and construction of deep learning architectures using modular layers and model abstractions.
  • Neural Network Training from Scratch - Implements forward and backward passes for multi-layer networks from scratch using numerical libraries.
  • Hyperparameter Optimization Tools - Provides utilities for configuring and tuning training hyperparameters like learning rates and scheduling policies.
  • Sequential Data Processing - Processes sequences of data where current outputs depend on previous internal states using recurrent and attention-based models.
  • Machine Learning Evaluation - Provides tools for assessing and comparing the performance metrics of trained machine learning models through validation and comparative analysis.
  • Machine Learning Project Entities - Organizes pipelines, artifacts, and metadata into unified entities representing complete machine learning projects.
  • Modular Layer Stacking - Constructs neural networks by composing discrete functional blocks like convolutional and fully connected layers.
  • Model Training Optimizers - Supports hyperparameter tuning and optimization algorithms to accelerate training convergence and performance.
  • Neural Architecture and Training - Provides frameworks and libraries for building, training, and optimizing complex neural network architectures.
  • Computational Graph Representations - Models mathematical computations as directed graphs with nodes for operations and edges for data flow.
  • Interactive Notebook Environments - Interleaves explanatory text with executable code in computational documents for educational purposes.
  • Machine Learning Guides - Offers educational resources focused on best practices for machine learning development and project structuring.
  • Technical Courses - Delivers a technical curriculum focused on implementing recurrent neural networks and attention mechanisms.
  • Deep Neural Network Training Optimization - Applies regularization, batch normalization, and hyperparameter tuning to improve neural network training stability and accuracy.
  • Matrix-Vector Products - Implements linear algebraic transformations for projecting data between spaces using optimized matrix-vector products.

Star 历史

enggen/deep-learning-coursera 的 Star 历史图表enggen/deep-learning-coursera 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Deep Learning Coursera 的精选搜索

收录 Deep Learning Coursera 的精选合集。
  • AI learning resources

Deep Learning Coursera 的开源替代方案

相似的开源项目,按与 Deep Learning Coursera 的功能重合度排序。
  • fengdu78/deeplearning_ai_booksfengdu78 的头像

    fengdu78/deeplearning_ai_books

    20,250在 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

    HTMLdeeplearning-ai
    在 GitHub 上查看↗20,250
  • glouppe/info8010-deep-learningglouppe 的头像

    glouppe/info8010-deep-learning

    1,291在 GitHub 上查看↗

    This project provides a comprehensive educational curriculum and research resource for deep learning, focusing on the theoretical and technical foundations of neural network implementation. It serves as a structured academic guide for building and training complex models from scratch, covering the essential mathematical primitives, computational graph construction, and automatic differentiation mechanisms required for modern machine learning. The repository distinguishes itself through its extensive coverage of generative modeling and specialized neural architectures. It includes practical im

    Jupyter Notebook
    在 GitHub 上查看↗1,291
  • ashishpatel26/andrew-ng-notesashishpatel26 的头像

    ashishpatel26/Andrew-NG-Notes

    3,594在 GitHub 上查看↗

    This project is a collection of structured study notes and notebooks serving as an educational resource for deep learning and neural network fundamentals. It provides a technical reference for implementing machine learning theory, covering everything from basic network design to the construction of advanced architectures. The material specifically focuses on the implementation of convolutional neural networks for computer vision and sequence models for natural language processing. It includes detailed guidance on building object detection systems, face recognition, and speech transcription mo

    Jupyter Notebookandrew-ngandrew-ng-courseandrew-ng-machine-learning
    在 GitHub 上查看↗3,594
  • lyhue1991/eat_tensorflow2_in_30_dayslyhue1991 的头像

    lyhue1991/eat_tensorflow2_in_30_days

    9,933在 GitHub 上查看↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    在 GitHub 上查看↗9,933
查看 Deep Learning Coursera 的所有 30 个替代方案→

常见问题解答

enggen/deep-learning-coursera 是做什么的?

This project provides a structured educational curriculum focused on the end-to-end lifecycle of deep learning. It serves as a comprehensive resource for mastering neural network architectures and machine learning strategy through a series of interactive notebooks and technical exercises.

enggen/deep-learning-coursera 的主要功能有哪些?

enggen/deep-learning-coursera 的主要功能包括:Deep Learning Curriculum, Backpropagation, Neural Network Construction, Neural Network Training from Scratch, Hyperparameter Optimization Tools, Sequential Data Processing, Machine Learning Evaluation, Machine Learning Project Entities。

enggen/deep-learning-coursera 有哪些开源替代品?

enggen/deep-learning-coursera 的开源替代品包括: fengdu78/deeplearning_ai_books — This repository serves as a comprehensive educational resource and study guide for mastering deep learning principles… glouppe/info8010-deep-learning — This project provides a comprehensive educational curriculum and research resource for deep learning, focusing on the… ashishpatel26/andrew-ng-notes — This project is a collection of structured study notes and notebooks serving as an educational resource for deep… lyhue1991/eat_tensorflow2_in_30_days — This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow.… mnielsen/neural-networks-and-deep-learning — This project is a comprehensive educational resource and curriculum designed to teach the mathematical foundations and… morvanzhou/tensorflow-tutorial — This project is a collection of educational resources and reference implementations for neural network development…