2536c937e3
翻译自英文原版 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/ 构建缓存
37 lines
2.0 KiB
XML
37 lines
2.0 KiB
XML
<svg width="380" height="100" xmlns="http://www.w3.org/2000/svg">
|
||
<!-- A -->
|
||
<path d="M 10,8 L 5,8 L 5,92 L 10,92" fill="none" stroke="#333" stroke-width="2"/>
|
||
<path d="M 70,8 L 75,8 L 75,92 L 70,92" fill="none" stroke="#333" stroke-width="2"/>
|
||
<rect x="8" y="10" width="65" height="80" rx="2" fill="#9b59b6" fill-opacity="0.08"/>
|
||
<text x="40" y="55" text-anchor="middle" fill="#9b59b6" font-size="18" font-weight="bold">A</text>
|
||
|
||
<!-- = -->
|
||
<text x="95" y="55" text-anchor="middle" fill="#333" font-size="18">=</text>
|
||
|
||
<!-- L (lower triangular) -->
|
||
<path d="M 115,8 L 110,8 L 110,92 L 115,92" fill="none" stroke="#333" stroke-width="2"/>
|
||
<path d="M 175,8 L 180,8 L 180,92 L 175,92" fill="none" stroke="#333" stroke-width="2"/>
|
||
<!-- lower triangle shading -->
|
||
<polygon points="112,10 112,90 172,90" fill="#3498db" fill-opacity="0.1"/>
|
||
<!-- diagonal -->
|
||
<line x1="112" y1="10" x2="172" y2="90" stroke="#3498db" stroke-width="1" stroke-dasharray="3"/>
|
||
<text x="135" y="65" text-anchor="middle" fill="#3498db" font-size="14" font-weight="bold">L</text>
|
||
<!-- zeros label -->
|
||
<text x="158" y="35" fill="#ccc" font-size="10">0s</text>
|
||
|
||
<!-- × -->
|
||
<text x="200" y="55" text-anchor="middle" fill="#333" font-size="14">×</text>
|
||
|
||
<!-- U (upper triangular) -->
|
||
<path d="M 220,8 L 215,8 L 215,92 L 220,92" fill="none" stroke="#333" stroke-width="2"/>
|
||
<path d="M 280,8 L 285,8 L 285,92 L 280,92" fill="none" stroke="#333" stroke-width="2"/>
|
||
<!-- upper triangle shading -->
|
||
<polygon points="217,10 277,10 277,90" fill="#e74c3c" fill-opacity="0.1"/>
|
||
<line x1="217" y1="90" x2="277" y2="10" stroke="#e74c3c" stroke-width="1" stroke-dasharray="3"/>
|
||
<text x="258" y="40" text-anchor="middle" fill="#e74c3c" font-size="14" font-weight="bold">U</text>
|
||
<text x="235" y="75" fill="#ccc" font-size="10">0s</text>
|
||
|
||
<text x="340" y="50" fill="#666" font-size="10">two easy</text>
|
||
<text x="340" y="65" fill="#666" font-size="10">triangular</text>
|
||
<text x="340" y="80" fill="#666" font-size="10">solves</text>
|
||
</svg> |