A study guide that admits Copilot does half the homework
Chinese-language ML/DL notes built around the heresy of learning by doing first, theory later—if ever.

What it does
This repo is a structured Chinese-language curriculum for machine learning and deep learning, organized as markdown notes and Jupyter notebooks. It covers math fundamentals, Python data tools, classical ML, PyTorch, LLMs, multimodal models, and agents. The author claims it can get a beginner job-ready in 60–70 hours versus the traditional 150.
The interesting bit
The curriculum is explicitly designed around AI coding assistants. It tells you to let Copilot or Cursor generate boilerplate, skip derivations you don’t need, and only backfill theory when you’re stuck. There’s even a flowchart for when to give up and ask the AI versus actually reading a textbook. For a field drowning in gatekeeping, this is refreshingly pragmatic—or cynically efficient, depending on your temperament.
Key highlights
- Three tracks: beginner (~70h), advanced (~80h+), and portfolio-building practice (~100h+)
- Dual-mode chapters: “quick mode” (15–30 min, just run it) and “depth mode” (1–2 hr, understand the math)
- Heavy emphasis on modern stack: Transformers, RAG, fine-tuning, LangChain, CLIP, LLaVA
- Explicit “must understand” vs. “just use it” topic lists—vectorization and gradient descent make the cut; linear algebra proofs do not
- Curated tool and book recommendations, including which AI assistant fits which workflow
Caveats
- Some sections are marked TBD (probability theory, notably)
- The 40–60% time savings claim is stated without source or methodology
- Nine years old but only recently restructured for the “AI assistant era”
Verdict
Worth bookmarking if you’re a Chinese-speaking developer who wants to get hands-on with LLMs and modern DL without the traditional math-first slog. Skip it if you need rigorous theory, prefer English resources, or distrust any curriculum that treats Copilot as a prerequisite.