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/ 构建缓存
69 lines
4.0 KiB
XML
69 lines
4.0 KiB
XML
<svg width="600" height="220" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<marker id="rv-arr" markerWidth="8" markerHeight="6" refX="8" refY="3" orient="auto">
|
|
<path d="M0,0 L8,3 L0,6" fill="#9b59b6"/>
|
|
</marker>
|
|
</defs>
|
|
|
|
<!-- Outcomes box -->
|
|
<rect x="20" y="30" width="150" height="160" rx="10" fill="#f0f0f0" stroke="#333" stroke-width="1.5"/>
|
|
<text x="95" y="22" fill="#333" font-size="13" font-weight="bold" text-anchor="middle">Outcomes</text>
|
|
|
|
<!-- Coin outcomes -->
|
|
<circle cx="65" cy="70" r="18" fill="#f39c12" opacity="0.3" stroke="#f39c12" stroke-width="1.5"/>
|
|
<text x="65" y="75" fill="#333" font-size="12" text-anchor="middle">H</text>
|
|
<circle cx="125" cy="70" r="18" fill="#f39c12" opacity="0.3" stroke="#f39c12" stroke-width="1.5"/>
|
|
<text x="125" y="75" fill="#333" font-size="12" text-anchor="middle">T</text>
|
|
|
|
<!-- Die outcomes -->
|
|
<rect x="42" y="105" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
|
|
<text x="56" y="124" fill="#333" font-size="12" text-anchor="middle">1</text>
|
|
<rect x="78" y="105" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
|
|
<text x="92" y="124" fill="#333" font-size="12" text-anchor="middle">2</text>
|
|
<rect x="114" y="105" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
|
|
<text x="128" y="124" fill="#333" font-size="12" text-anchor="middle">3</text>
|
|
|
|
<rect x="60" y="145" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
|
|
<text x="74" y="164" fill="#333" font-size="12" text-anchor="middle">4</text>
|
|
<rect x="96" y="145" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
|
|
<text x="110" y="164" fill="#333" font-size="12" text-anchor="middle">5</text>
|
|
<rect x="132" y="145" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
|
|
<text x="146" y="164" fill="#333" font-size="12" text-anchor="middle">6</text>
|
|
|
|
<!-- Arrow: X mapping -->
|
|
<text x="270" y="75" fill="#9b59b6" font-size="16" font-weight="bold" text-anchor="middle">X</text>
|
|
<line x1="190" y1="90" x2="340" y2="90" stroke="#9b59b6" stroke-width="2" marker-end="url(#rv-arr)"/>
|
|
<text x="265" y="108" fill="#9b59b6" font-size="11" text-anchor="middle">random variable</text>
|
|
|
|
<!-- Number line -->
|
|
<line x1="370" y1="90" x2="580" y2="90" stroke="#333" stroke-width="1.5"/>
|
|
|
|
<!-- Tick marks and values -->
|
|
<line x1="385" y1="85" x2="385" y2="95" stroke="#333" stroke-width="1.5"/>
|
|
<text x="385" y="115" fill="#333" font-size="11" text-anchor="middle">0</text>
|
|
|
|
<line x1="420" y1="85" x2="420" y2="95" stroke="#333" stroke-width="1.5"/>
|
|
<text x="420" y="115" fill="#333" font-size="11" text-anchor="middle">1</text>
|
|
|
|
<line x1="455" y1="85" x2="455" y2="95" stroke="#333" stroke-width="1.5"/>
|
|
<text x="455" y="115" fill="#333" font-size="11" text-anchor="middle">2</text>
|
|
|
|
<line x1="490" y1="85" x2="490" y2="95" stroke="#333" stroke-width="1.5"/>
|
|
<text x="490" y="115" fill="#333" font-size="11" text-anchor="middle">3</text>
|
|
|
|
<line x1="525" y1="85" x2="525" y2="95" stroke="#333" stroke-width="1.5"/>
|
|
<text x="525" y="115" fill="#333" font-size="11" text-anchor="middle">4</text>
|
|
|
|
<line x1="560" y1="85" x2="560" y2="95" stroke="#333" stroke-width="1.5"/>
|
|
<text x="560" y="115" fill="#333" font-size="11" text-anchor="middle">5</text>
|
|
|
|
<!-- Mapping labels -->
|
|
<text x="420" y="145" fill="#f39c12" font-size="10" text-anchor="middle">H→1</text>
|
|
<text x="385" y="145" fill="#f39c12" font-size="10" text-anchor="middle">T→0</text>
|
|
<text x="420" y="170" fill="#3498db" font-size="10" text-anchor="middle">⚀→1</text>
|
|
<text x="455" y="170" fill="#3498db" font-size="10" text-anchor="middle">⚁→2</text>
|
|
<text x="490" y="170" fill="#3498db" font-size="10" text-anchor="middle">⚂→3</text>
|
|
|
|
<!-- Number line label -->
|
|
<text x="475" y="60" fill="#333" font-size="13" font-weight="bold" text-anchor="middle">Real Numbers</text>
|
|
</svg> |