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/ 构建缓存
54 lines
4.4 KiB
XML
54 lines
4.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 200" width="800" height="200">
|
|
<defs>
|
|
<marker id="ads-arr" markerWidth="10" markerHeight="7" refX="10" refY="3.5" orient="auto">
|
|
<path d="M0,0 L10,3.5 L0,7" fill="none" stroke="#666" stroke-width="1.2"/>
|
|
</marker>
|
|
</defs>
|
|
<text x="400" y="22" text-anchor="middle" font-family="Arial, sans-serif" font-size="14" font-weight="bold" fill="#333">The Autonomous Driving Stack</text>
|
|
|
|
<!-- Sensors -->
|
|
<rect x="20" y="65" width="100" height="70" rx="10" fill="#555" fill-opacity="0.1" stroke="#555" stroke-width="1.5"/>
|
|
<text x="70" y="90" text-anchor="middle" font-family="Arial, sans-serif" font-size="11" font-weight="bold" fill="#555">Sensors</text>
|
|
<text x="70" y="107" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#555">cameras, LiDAR</text>
|
|
<text x="70" y="120" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#555">radar, IMU</text>
|
|
|
|
<line x1="120" y1="100" x2="148" y2="100" stroke="#666" stroke-width="2" marker-end="url(#ads-arr)"/>
|
|
|
|
<!-- Perception -->
|
|
<rect x="156" y="55" width="120" height="90" rx="10" fill="#3498db" fill-opacity="0.12" stroke="#3498db" stroke-width="2"/>
|
|
<text x="216" y="85" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" font-weight="bold" fill="#3498db">Perception</text>
|
|
<text x="216" y="102" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#3498db">3D detection</text>
|
|
<text x="216" y="115" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#3498db">lane detection</text>
|
|
<text x="216" y="128" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#3498db">occupancy</text>
|
|
|
|
<line x1="276" y1="100" x2="304" y2="100" stroke="#666" stroke-width="2" marker-end="url(#ads-arr)"/>
|
|
|
|
<!-- Prediction -->
|
|
<rect x="312" y="55" width="120" height="90" rx="10" fill="#f39c12" fill-opacity="0.12" stroke="#f39c12" stroke-width="2"/>
|
|
<text x="372" y="85" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" font-weight="bold" fill="#f39c12">Prediction</text>
|
|
<text x="372" y="102" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#f39c12">trajectory forecast</text>
|
|
<text x="372" y="115" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#f39c12">intent estimation</text>
|
|
<text x="372" y="128" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#f39c12">3-8s horizon</text>
|
|
|
|
<line x1="432" y1="100" x2="460" y2="100" stroke="#666" stroke-width="2" marker-end="url(#ads-arr)"/>
|
|
|
|
<!-- Planning -->
|
|
<rect x="468" y="55" width="120" height="90" rx="10" fill="#27ae60" fill-opacity="0.12" stroke="#27ae60" stroke-width="2"/>
|
|
<text x="528" y="85" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" font-weight="bold" fill="#27ae60">Planning</text>
|
|
<text x="528" y="102" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#27ae60">route planning</text>
|
|
<text x="528" y="115" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#27ae60">trajectory opt.</text>
|
|
<text x="528" y="128" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#27ae60">decision making</text>
|
|
|
|
<line x1="588" y1="100" x2="616" y2="100" stroke="#666" stroke-width="2" marker-end="url(#ads-arr)"/>
|
|
|
|
<!-- Control -->
|
|
<rect x="624" y="55" width="120" height="90" rx="10" fill="#9b59b6" fill-opacity="0.12" stroke="#9b59b6" stroke-width="2"/>
|
|
<text x="684" y="85" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" font-weight="bold" fill="#9b59b6">Control</text>
|
|
<text x="684" y="102" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#9b59b6">steering</text>
|
|
<text x="684" y="115" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#9b59b6">throttle</text>
|
|
<text x="684" y="128" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" fill="#9b59b6">brake</text>
|
|
|
|
<!-- Information flow label -->
|
|
<text x="400" y="178" text-anchor="middle" font-family="Arial, sans-serif" font-size="10" fill="#666">Each stage refines raw data into increasingly abstract decisions</text>
|
|
<text x="400" y="195" text-anchor="middle" font-family="Arial, sans-serif" font-size="10" fill="#999">errors propagate forward → perception quality is the bottleneck</text>
|
|
</svg> |