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

10
docs/notes/index.md Normal file
View File

@@ -0,0 +1,10 @@
# 知识点卡片
这里记录可复用、可检索的科研知识点。
适合写成一篇只讲一个概念的小卡片,例如:
- Transformer 中的多头注意力
- 交叉熵与 KL 散度的关系
- LoRA 的直觉解释
- 检索增强生成RAG的基本结构