feat: 完整中文翻译 maths-cs-ai-compendium(数学·计算机科学·AI 知识大全)

翻译自英文原版 maths-cs-ai-compendium,共 20 章全部完成。

第01章 向量 | 第02章 矩阵 | 第03章 微积分
第04章 统计学 | 第05章 概率论 | 第06章 机器学习
第07章 计算语言学 | 第08章 计算机视觉 | 第09章 音频与语音
第10章 多模态学习 | 第11章 自主系统 | 第12章 图神经网络
第13章 计算与操作系统 | 第14章 数据结构与算法
第15章 生产级软件工程 | 第16章 SIMD与GPU编程
第17章 AI推理 | 第18章 ML系统设计
第19章 应用人工智能 | 第20章 前沿人工智能

翻译说明:
- 所有数学公式 $...$ / $$...$$、代码块、图片引用完整保留
- mkdocs.yml 配置中文导航 + language: zh
- README.md 已翻译为中文(兼 docs/index.md)
- docs/ 目录包含指向各章文件的 symlink
- 约 29,000 行中文内容,排除 .cache/ 构建缓存
This commit is contained in:
2026-05-03 10:23:20 +08:00
commit 2536c937e3
400 changed files with 49040 additions and 0 deletions
+89
View File
@@ -0,0 +1,89 @@
<svg width="700" height="240" xmlns="http://www.w3.org/2000/svg">
<defs>
<marker id="vgg-arrow" markerWidth="7" markerHeight="5" refX="7" refY="2.5" orient="auto">
<polygon points="0 0, 7 2.5, 0 5" fill="#666"/>
</marker>
</defs>
<text x="350" y="22" fill="#333" font-size="14" font-weight="bold" text-anchor="middle">VGG-16 Architecture</text>
<!-- Block 1: 64 channels -->
<rect x="30" y="70" width="55" height="120" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.5"/>
<text x="57" y="62" fill="#3498db" font-size="9" text-anchor="middle" font-weight="bold">64 ch</text>
<text x="57" y="135" fill="#3498db" font-size="9" text-anchor="middle">3×3</text>
<text x="57" y="147" fill="#3498db" font-size="9" text-anchor="middle">conv ×2</text>
<!-- Pool -->
<rect x="90" y="90" width="18" height="80" rx="3" fill="#e74c3c" opacity="0.2" stroke="#e74c3c" stroke-width="1"/>
<text x="99" y="135" fill="#e74c3c" font-size="7" text-anchor="middle" transform="rotate(-90 99 135)">pool</text>
<!-- Block 2: 128 channels -->
<rect x="115" y="80" width="55" height="105" rx="4" fill="#3498db" opacity="0.25" stroke="#3498db" stroke-width="1.5"/>
<text x="142" y="72" fill="#3498db" font-size="9" text-anchor="middle" font-weight="bold">128 ch</text>
<text x="142" y="137" fill="#3498db" font-size="9" text-anchor="middle">3×3</text>
<text x="142" y="149" fill="#3498db" font-size="9" text-anchor="middle">conv ×2</text>
<!-- Pool -->
<rect x="175" y="95" width="18" height="70" rx="3" fill="#e74c3c" opacity="0.2" stroke="#e74c3c" stroke-width="1"/>
<text x="184" y="135" fill="#e74c3c" font-size="7" text-anchor="middle" transform="rotate(-90 184 135)">pool</text>
<!-- Block 3: 256 channels -->
<rect x="200" y="88" width="55" height="90" rx="4" fill="#3498db" opacity="0.3" stroke="#3498db" stroke-width="1.5"/>
<text x="227" y="80" fill="#3498db" font-size="9" text-anchor="middle" font-weight="bold">256 ch</text>
<text x="227" y="137" fill="#3498db" font-size="9" text-anchor="middle">3×3</text>
<text x="227" y="149" fill="#3498db" font-size="9" text-anchor="middle">conv ×3</text>
<!-- Pool -->
<rect x="260" y="100" width="18" height="62" rx="3" fill="#e74c3c" opacity="0.2" stroke="#e74c3c" stroke-width="1"/>
<text x="269" y="135" fill="#e74c3c" font-size="7" text-anchor="middle" transform="rotate(-90 269 135)">pool</text>
<!-- Block 4: 512 channels -->
<rect x="285" y="96" width="55" height="72" rx="4" fill="#3498db" opacity="0.4" stroke="#3498db" stroke-width="1.5"/>
<text x="312" y="88" fill="#3498db" font-size="9" text-anchor="middle" font-weight="bold">512 ch</text>
<text x="312" y="137" fill="#3498db" font-size="9" text-anchor="middle">3×3</text>
<text x="312" y="149" fill="#3498db" font-size="9" text-anchor="middle">conv ×3</text>
<!-- Pool -->
<rect x="345" y="106" width="18" height="52" rx="3" fill="#e74c3c" opacity="0.2" stroke="#e74c3c" stroke-width="1"/>
<text x="354" y="135" fill="#e74c3c" font-size="7" text-anchor="middle" transform="rotate(-90 354 135)">pool</text>
<!-- Block 5: 512 channels -->
<rect x="370" y="104" width="55" height="56" rx="4" fill="#3498db" opacity="0.5" stroke="#3498db" stroke-width="1.5"/>
<text x="397" y="96" fill="#3498db" font-size="9" text-anchor="middle" font-weight="bold">512 ch</text>
<text x="397" y="136" fill="#3498db" font-size="9" text-anchor="middle">3×3</text>
<text x="397" y="148" fill="#3498db" font-size="9" text-anchor="middle">conv ×3</text>
<!-- Pool -->
<rect x="430" y="112" width="18" height="40" rx="3" fill="#e74c3c" opacity="0.2" stroke="#e74c3c" stroke-width="1"/>
<text x="439" y="136" fill="#e74c3c" font-size="7" text-anchor="middle" transform="rotate(-90 439 136)">pool</text>
<!-- Flatten arrow -->
<line x1="455" y1="132" x2="478" y2="132" stroke="#666" stroke-width="1" marker-end="url(#vgg-arrow)"/>
<!-- FC layers -->
<rect x="485" y="110" width="45" height="44" rx="4" fill="#27ae60" opacity="0.2" stroke="#27ae60" stroke-width="1.5"/>
<text x="507" y="136" fill="#27ae60" font-size="9" text-anchor="middle" font-weight="bold">FC</text>
<text x="507" y="148" fill="#27ae60" font-size="8" text-anchor="middle">4096</text>
<rect x="540" y="115" width="45" height="34" rx="4" fill="#27ae60" opacity="0.2" stroke="#27ae60" stroke-width="1.5"/>
<text x="562" y="136" fill="#27ae60" font-size="9" text-anchor="middle" font-weight="bold">FC</text>
<text x="562" y="146" fill="#27ae60" font-size="8" text-anchor="middle">4096</text>
<rect x="595" y="118" width="45" height="28" rx="4" fill="#9b59b6" opacity="0.2" stroke="#9b59b6" stroke-width="1.5"/>
<text x="617" y="137" fill="#9b59b6" font-size="9" text-anchor="middle" font-weight="bold">FC</text>
<text x="617" y="147" fill="#9b59b6" font-size="8" text-anchor="middle">1000</text>
<!-- Softmax -->
<line x1="645" y1="132" x2="668" y2="132" stroke="#666" stroke-width="1" marker-end="url(#vgg-arrow)"/>
<text x="685" y="136" fill="#333" font-size="9" text-anchor="middle">softmax</text>
<!-- Spatial size annotations -->
<text x="57" y="200" fill="#666" font-size="8" text-anchor="middle">224²</text>
<text x="142" y="200" fill="#666" font-size="8" text-anchor="middle">112²</text>
<text x="227" y="200" fill="#666" font-size="8" text-anchor="middle">56²</text>
<text x="312" y="200" fill="#666" font-size="8" text-anchor="middle">28²</text>
<text x="397" y="200" fill="#666" font-size="8" text-anchor="middle">14²</text>
<!-- Bottom note -->
<rect x="130" y="210" width="440" height="24" rx="6" fill="#f5f5f5" stroke="#333" stroke-width="1"/>
<text x="350" y="227" fill="#333" font-size="10" text-anchor="middle">Only 3×3 filters — deeper is better than wider. 138M parameters total.</text>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB