Files
maths-cs-ai-compendium-zh/images/graph_laplacian_smoothness.svg
flykhan 2536c937e3 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/ 构建缓存
2026-05-03 10:23:20 +08:00

49 lines
3.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 700 230" width="700" height="230">
<text x="350" y="22" text-anchor="middle" font-family="Arial, sans-serif" font-size="14" font-weight="bold" fill="#333">Graph Laplacian: Measuring Signal Smoothness</text>
<line x1="350" y1="35" x2="350" y2="220" stroke="#ccc" stroke-width="1" stroke-dasharray="4,3"/>
<!-- Smooth signal (left) -->
<text x="175" y="50" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" font-weight="bold" fill="#27ae60">Smooth Signal (low x^T L x)</text>
<circle cx="100" cy="110" r="22" fill="#27ae60" fill-opacity="0.7" stroke="#1e8449" stroke-width="1.5"/>
<text x="100" y="115" text-anchor="middle" font-family="Arial, sans-serif" font-size="11" font-weight="bold" fill="white">0.9</text>
<circle cx="180" cy="90" r="22" fill="#27ae60" fill-opacity="0.8" stroke="#1e8449" stroke-width="1.5"/>
<text x="180" y="95" text-anchor="middle" font-family="Arial, sans-serif" font-size="11" font-weight="bold" fill="white">1.0</text>
<circle cx="250" cy="120" r="22" fill="#27ae60" fill-opacity="0.65" stroke="#1e8449" stroke-width="1.5"/>
<text x="250" y="125" text-anchor="middle" font-family="Arial, sans-serif" font-size="11" font-weight="bold" fill="white">0.8</text>
<circle cx="175" cy="170" r="22" fill="#27ae60" fill-opacity="0.75" stroke="#1e8449" stroke-width="1.5"/>
<text x="175" y="175" text-anchor="middle" font-family="Arial, sans-serif" font-size="11" font-weight="bold" fill="white">0.9</text>
<line x1="120" y1="105" x2="160" y2="95" stroke="#666" stroke-width="1.2"/>
<line x1="200" y1="95" x2="230" y2="115" stroke="#666" stroke-width="1.2"/>
<line x1="175" y1="110" x2="175" y2="148" stroke="#666" stroke-width="1.2"/>
<line x1="115" y1="125" x2="158" y2="160" stroke="#666" stroke-width="1.2"/>
<text x="175" y="210" text-anchor="middle" font-family="Arial, sans-serif" font-size="10" fill="#27ae60">neighbours have similar values</text>
<!-- Non-smooth signal (right) -->
<text x="525" y="50" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" font-weight="bold" fill="#e74c3c">Non-Smooth Signal (high x^T L x)</text>
<circle cx="450" cy="110" r="22" fill="#e74c3c" fill-opacity="0.8" stroke="#c0392b" stroke-width="1.5"/>
<text x="450" y="115" text-anchor="middle" font-family="Arial, sans-serif" font-size="11" font-weight="bold" fill="white">0.9</text>
<circle cx="530" cy="90" r="22" fill="#3498db" fill-opacity="0.5" stroke="#2980b9" stroke-width="1.5"/>
<text x="530" y="95" text-anchor="middle" font-family="Arial, sans-serif" font-size="11" font-weight="bold" fill="white">-0.8</text>
<circle cx="600" cy="120" r="22" fill="#e74c3c" fill-opacity="0.6" stroke="#c0392b" stroke-width="1.5"/>
<text x="600" y="125" text-anchor="middle" font-family="Arial, sans-serif" font-size="11" font-weight="bold" fill="white">0.7</text>
<circle cx="525" cy="170" r="22" fill="#3498db" fill-opacity="0.7" stroke="#2980b9" stroke-width="1.5"/>
<text x="525" y="175" text-anchor="middle" font-family="Arial, sans-serif" font-size="11" font-weight="bold" fill="white">-0.5</text>
<line x1="470" y1="105" x2="510" y2="95" stroke="#666" stroke-width="1.2"/>
<line x1="550" y1="95" x2="580" y2="115" stroke="#666" stroke-width="1.2"/>
<line x1="525" y1="110" x2="525" y2="148" stroke="#666" stroke-width="1.2"/>
<line x1="465" y1="125" x2="508" y2="160" stroke="#666" stroke-width="1.2"/>
<text x="525" y="210" text-anchor="middle" font-family="Arial, sans-serif" font-size="10" fill="#e74c3c">neighbours have very different values</text>
</svg>