From e1f7fec6e22a100dbd7a675b5b88ba979e8a5db5 Mon Sep 17 00:00:00 2001 From: ItOnlyWorksOnMyGPU Date: Fri, 27 Feb 2026 14:28:19 +0000 Subject: [PATCH] Add AI/ML/DL free books to Chinese list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add 6 high-quality free Chinese resources to the 人工智能 (Artificial Intelligence) section: - 大规模语言模型:从理论到实践 (Large Language Models: Theory to Practice) - 动手学强化学习 (Hands-on Reinforcement Learning) - 动手学深度学习 (Dive into Deep Learning, Chinese edition) - 南瓜书PumpkinBook (PumpkinBook - ML formula derivations) - 深度学习500问 (Deep Learning 500 Questions) - 神经网络与深度学习 (Neural Networks and Deep Learning) All links verified and resources are freely accessible. --- books/free-programming-books-zh.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index f0c0dcf9b..e400de408 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -191,7 +191,13 @@ ### 人工智能 +* [大规模语言模型:从理论到实践](https://llmbook-zh.github.io) - 张奇、桂韬、郑锐、黄沛 等 * [动手实战人工智能](https://aibydoing.com) - huhuhang +* [动手学强化学习](https://hrl.boyuai.com) - 张伟楠、沈键、俞勇 +* [动手学深度学习](https://zh.d2l.ai) - 阿斯顿·张、李沐、扎卡里·C·立顿、亚历山大·J·斯莫拉 +* [南瓜书PumpkinBook](https://datawhalechina.github.io/pumpkin-book) - Datawhale +* [深度学习500问](https://github.com/scutan90/DeepLearning-500-questions) - scutan90 +* [神经网络与深度学习](https://nndl.github.io) - 邱锡鹏 ### 软件开发方法