Study deep learning fundamentals through transcribed course notes and video explanations.
Build computer vision projects using convolutional neural networks for image recognition tasks.
Develop natural language processing and audio applications with recurrent neural networks and LSTMs.
Prepare for the Deep Learning Specialization certificate by reviewing hyperparameter tuning and optimization techniques.
This repository contains Chinese-language study notes for the deeplearning.ai Deep Learning Specialization, the online course series taught by Andrew Ng (吴恩达) and hosted on Coursera. The course itself is in English; the notes here are a written Chinese translation and summary of what is said in the videos and subtitles, organized by lesson, week, and topic. The original course is aimed at people who already have basic programming experience, know Python, and have some grounding in machine learning. It walks through how to build neural networks across five courses: neural networks and deep learning fundamentals; improving deep neural networks through hyperparameter tuning, regularization, and optimization; structuring machine learning projects; convolutional neural networks for computer vision; and recurrent neural networks for sequence tasks. The course uses Python with TensorFlow as the framework. The notes mirror that structure. The table of contents covers logistic regression, gradient descent, vectorization, activation functions, forward and backward propagation, batch normalization, mini-batch and Adam optimizers, dropout, bias and variance, transfer and multi-task learning, end-to-end deep learning, padding and pooling, and residual networks. The notes are also published as a website for easier reading on phones. Someone would use this project as a Chinese-language study companion while taking the course, or as a free reference for Chinese readers. The README states the document is free and not for commercial use, produced by a team led by 黄海广 with many contributors. The full README is longer than what was provided.
Generated 2026-05-21 · Model: sonnet-4-6 · Verify against the repo before relying on details.