Initial blog skeleton

This commit is contained in:
2026-03-18 17:38:01 +08:00
commit 994235734a
66 changed files with 16812 additions and 0 deletions

11
docs/topics/index.md Normal file
View File

@@ -0,0 +1,11 @@
# 专题
专题页用于把分散的论文笔记与知识点卡片组织成知识地图。
例如:
- 大语言模型
- 强化学习
- 多模态
- 图机器学习
- AI for Science

18
docs/topics/llm.md Normal file
View File

@@ -0,0 +1,18 @@
# 大语言模型
这个专题页用于组织与 LLM 相关的论文、知识点和方法梳理。
## 可纳入的内容
- Transformer 基础
- 预训练目标
- 指令微调
- 对齐训练
- RAG
- 推理优化
- Agent 系统
## 当前关联内容
- [Attention Is All You Need](../papers/attention-is-all-you-need.md)
- [Transformer 注意力机制](../notes/transformer-attention.md)