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:
@@ -0,0 +1,102 @@
|
||||
<svg width="720" height="280" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Simple Random Sampling -->
|
||||
<text x="110" y="22" fill="#333" font-size="13" font-weight="bold" text-anchor="middle">Simple Random</text>
|
||||
<rect x="20" y="32" width="180" height="180" rx="8" fill="#f9f9f9" stroke="#ccc" stroke-width="1"/>
|
||||
|
||||
<!-- Population dots, some highlighted -->
|
||||
<circle cx="45" cy="55" r="6" fill="#ccc"/>
|
||||
<circle cx="75" cy="55" r="6" fill="#3498db"/>
|
||||
<circle cx="105" cy="55" r="6" fill="#ccc"/>
|
||||
<circle cx="135" cy="55" r="6" fill="#ccc"/>
|
||||
<circle cx="165" cy="55" r="6" fill="#3498db"/>
|
||||
<circle cx="45" cy="85" r="6" fill="#ccc"/>
|
||||
<circle cx="75" cy="85" r="6" fill="#ccc"/>
|
||||
<circle cx="105" cy="85" r="6" fill="#3498db"/>
|
||||
<circle cx="135" cy="85" r="6" fill="#ccc"/>
|
||||
<circle cx="165" cy="85" r="6" fill="#ccc"/>
|
||||
<circle cx="45" cy="115" r="6" fill="#3498db"/>
|
||||
<circle cx="75" cy="115" r="6" fill="#ccc"/>
|
||||
<circle cx="105" cy="115" r="6" fill="#ccc"/>
|
||||
<circle cx="135" cy="115" r="6" fill="#ccc"/>
|
||||
<circle cx="165" cy="115" r="6" fill="#ccc"/>
|
||||
<circle cx="45" cy="145" r="6" fill="#ccc"/>
|
||||
<circle cx="75" cy="145" r="6" fill="#ccc"/>
|
||||
<circle cx="105" cy="145" r="6" fill="#ccc"/>
|
||||
<circle cx="135" cy="145" r="6" fill="#3498db"/>
|
||||
<circle cx="165" cy="145" r="6" fill="#ccc"/>
|
||||
<circle cx="45" cy="175" r="6" fill="#ccc"/>
|
||||
<circle cx="75" cy="175" r="6" fill="#3498db"/>
|
||||
<circle cx="105" cy="175" r="6" fill="#ccc"/>
|
||||
<circle cx="135" cy="175" r="6" fill="#ccc"/>
|
||||
<circle cx="165" cy="175" r="6" fill="#ccc"/>
|
||||
<circle cx="105" cy="200" r="6" fill="#ccc"/>
|
||||
|
||||
<text x="110" y="240" fill="#3498db" font-size="11" text-anchor="middle">random picks from all</text>
|
||||
|
||||
<!-- Stratified Sampling -->
|
||||
<text x="380" y="22" fill="#333" font-size="13" font-weight="bold" text-anchor="middle">Stratified</text>
|
||||
<rect x="290" y="32" width="180" height="180" rx="8" fill="#f9f9f9" stroke="#ccc" stroke-width="1"/>
|
||||
|
||||
<!-- Stratum 1 (top) -->
|
||||
<rect x="295" y="36" width="170" height="55" rx="4" fill="#e74c3c" opacity="0.08" stroke="#e74c3c" stroke-width="1" stroke-dasharray="3"/>
|
||||
<circle cx="320" cy="63" r="6" fill="#e74c3c" opacity="0.7"/>
|
||||
<circle cx="350" cy="63" r="6" fill="#ccc"/>
|
||||
<circle cx="380" cy="63" r="6" fill="#e74c3c" opacity="0.7"/>
|
||||
<circle cx="410" cy="63" r="6" fill="#ccc"/>
|
||||
<circle cx="440" cy="63" r="6" fill="#ccc"/>
|
||||
|
||||
<!-- Stratum 2 (middle) -->
|
||||
<rect x="295" y="95" width="170" height="55" rx="4" fill="#27ae60" opacity="0.08" stroke="#27ae60" stroke-width="1" stroke-dasharray="3"/>
|
||||
<circle cx="320" cy="122" r="6" fill="#ccc"/>
|
||||
<circle cx="350" cy="122" r="6" fill="#27ae60" opacity="0.7"/>
|
||||
<circle cx="380" cy="122" r="6" fill="#ccc"/>
|
||||
<circle cx="410" cy="122" r="6" fill="#27ae60" opacity="0.7"/>
|
||||
<circle cx="440" cy="122" r="6" fill="#ccc"/>
|
||||
|
||||
<!-- Stratum 3 (bottom) -->
|
||||
<rect x="295" y="154" width="170" height="55" rx="4" fill="#9b59b6" opacity="0.08" stroke="#9b59b6" stroke-width="1" stroke-dasharray="3"/>
|
||||
<circle cx="320" cy="181" r="6" fill="#ccc"/>
|
||||
<circle cx="350" cy="181" r="6" fill="#ccc"/>
|
||||
<circle cx="380" cy="181" r="6" fill="#9b59b6" opacity="0.7"/>
|
||||
<circle cx="410" cy="181" r="6" fill="#ccc"/>
|
||||
<circle cx="440" cy="181" r="6" fill="#9b59b6" opacity="0.7"/>
|
||||
|
||||
<text x="380" y="240" fill="#333" font-size="11" text-anchor="middle">sample from each group</text>
|
||||
|
||||
<!-- Cluster Sampling -->
|
||||
<text x="620" y="22" fill="#333" font-size="13" font-weight="bold" text-anchor="middle">Cluster</text>
|
||||
<rect x="530" y="32" width="180" height="180" rx="8" fill="#f9f9f9" stroke="#ccc" stroke-width="1"/>
|
||||
|
||||
<!-- Cluster 1 (not selected) -->
|
||||
<circle cx="565" cy="72" r="28" fill="none" stroke="#ccc" stroke-width="1.5"/>
|
||||
<circle cx="555" cy="65" r="5" fill="#ccc"/>
|
||||
<circle cx="570" cy="60" r="5" fill="#ccc"/>
|
||||
<circle cx="565" cy="80" r="5" fill="#ccc"/>
|
||||
<circle cx="577" cy="75" r="5" fill="#ccc"/>
|
||||
|
||||
<!-- Cluster 2 (selected - all taken) -->
|
||||
<circle cx="660" cy="72" r="28" fill="#3498db" opacity="0.1" stroke="#3498db" stroke-width="2"/>
|
||||
<circle cx="650" cy="65" r="5" fill="#3498db"/>
|
||||
<circle cx="665" cy="60" r="5" fill="#3498db"/>
|
||||
<circle cx="655" cy="80" r="5" fill="#3498db"/>
|
||||
<circle cx="672" cy="75" r="5" fill="#3498db"/>
|
||||
|
||||
<!-- Cluster 3 (not selected) -->
|
||||
<circle cx="565" cy="160" r="28" fill="none" stroke="#ccc" stroke-width="1.5"/>
|
||||
<circle cx="555" cy="153" r="5" fill="#ccc"/>
|
||||
<circle cx="570" cy="148" r="5" fill="#ccc"/>
|
||||
<circle cx="565" cy="168" r="5" fill="#ccc"/>
|
||||
<circle cx="577" cy="163" r="5" fill="#ccc"/>
|
||||
|
||||
<!-- Cluster 4 (selected - all taken) -->
|
||||
<circle cx="660" cy="160" r="28" fill="#3498db" opacity="0.1" stroke="#3498db" stroke-width="2"/>
|
||||
<circle cx="650" cy="153" r="5" fill="#3498db"/>
|
||||
<circle cx="665" cy="148" r="5" fill="#3498db"/>
|
||||
<circle cx="655" cy="168" r="5" fill="#3498db"/>
|
||||
<circle cx="672" cy="163" r="5" fill="#3498db"/>
|
||||
|
||||
<text x="620" y="240" fill="#333" font-size="11" text-anchor="middle">pick whole groups</text>
|
||||
|
||||
<!-- Legend -->
|
||||
<text x="360" y="272" fill="#666" font-size="11" text-anchor="middle">Coloured dots = selected into the sample</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.1 KiB |
Reference in New Issue
Block a user