# UnderstandingDeepLearning-ZH-CN **Repository Path**: Alex-OUC/UnderstandingDeepLearning-ZH-CN ## Basic Information - **Project Name**: UnderstandingDeepLearning-ZH-CN - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-07-23 - **Last Updated**: 2025-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UnderstandingDeepLearning-ZH-CN Understanding DeepLearning 中文翻译 原版来自: https://udlbook.github.io/udlbook/ by Simon J.D. Prince Published by MIT Press Dec 5th 2023. 本仓库1-9章基于2023-12-23版本,第10章开始基于2024-02-15版本的原书进行翻译,只翻译正文部分,不包括前言和附录。使用ChatGPT进行机翻并进行人工审核,如有翻译错误还请指正。后续原书若有修改,本仓库不一定会及时更新,还请各位以原版内容为准,也欢迎大家提交PR一起优化翻译。 本书正文一共21章,涵盖了深度学习领域的许多关键概念,无论是初学者还是已经有工作经验的开发者都有极高的阅读价值。 ## 目录 - [X] Chapter 1 - Introduction 介绍 - [X] Chapter 2 - Supervised learning 监督学习 - [X] Chapter 3 - Shallow neural networks 浅层神经网络 - [X] Chapter 4 - Deep neural networks 深度神经网络 - [X] Chapter 5 - Loss functions 损失函数 - [X] Chapter 6 - Fitting models 训练模型 - [X] Chapter 7 - Gradients and initialization 梯度和初始化 - [X] Chapter 8 - Measuring performance 性能评估 - [X] Chapter 9 - Regularization 正则化 - [X] Chapter 10 - Convolutional networks 卷积网络 - [X] Chapter 11 - Residual networks 残差网络 - [X] Chapter 12 - Transformers 变形金刚😄 - [X] Chapter 13 - Graph neural networks 图神经网络 - [X] Chapter 14 - Unsupervised learning 无监督学习 - [X] Chapter 15 - Generative adversarial networks 生成对抗网络 - [X] Chapter 16 - Normalizing flows 标准化流 - [X] Chapter 17 - Variational autoencoders 变分自编码器 - [X] Chapter 18 - Diffusion models 扩散模型 - [X] Chapter 19 - Deep reinforcement learning 深度强化学习 - [X] Chapter 20 - Why does deep learning work? 为什么深度学习有效? - [X] Chapter 21 - Deep learning and ethics 深度学习与伦理 ## 2024-07-20 Update 根据原markdown版本重写的latex版本已经发布,pdf已经上传至release。 后续的update只会针对latex版本,包括针对最新的原英文版进行更新以及一些错误的修复。 ## 2024-07-21 Update 合并了百分号的问题,由于涉及到的地方还挺多,因此还是发了个release。