{
  "slug": "class-04-ml",
  "title": "本章精读 · 第 4 课 · 机器学习（范式与经典算法）",
  "glossaryFile": "glossary.md",
  "readingOrder": [
    {
      "id": "sec-00-roadmap",
      "file": "00-导读与路线图.md",
      "title": "本章定位、符号约定与阅读路线",
      "estMinutes": 8
    },
    {
      "id": "sec-01-paradigms",
      "file": "01-学习范式.md",
      "title": "监督、无监督与强化：分水岭与数据集语义",
      "estMinutes": 14
    },
    {
      "id": "sec-02-linear",
      "file": "02-线性模型与正则.md",
      "title": "线性模型、损失与 L1/L2 正则",
      "estMinutes": 16
    },
    {
      "id": "sec-03-trees",
      "file": "03-树与集成.md",
      "title": "决策树、随机森林与梯度提升",
      "estMinutes": 16
    },
    {
      "id": "sec-04-svm",
      "file": "04-SVM与核方法.md",
      "title": "支持向量机：间隔、对偶与核技巧（概念层）",
      "estMinutes": 12
    },
    {
      "id": "sec-05-clustering",
      "file": "05-聚类与K-Means.md",
      "title": "聚类与 K-Means：算法链路与失效模式",
      "estMinutes": 12
    },
    {
      "id": "sec-06-rules",
      "file": "06-关联规则.md",
      "title": "关联规则：支持度、置信度与提升度",
      "estMinutes": 10
    },
    {
      "id": "sec-07-pca",
      "file": "07-PCA与降维.md",
      "title": "主成分分析：方差、投影与常见误用",
      "estMinutes": 12
    },
    {
      "id": "sec-08-metrics",
      "file": "08-评估与验证.md",
      "title": "分类/回归指标与交叉验证",
      "estMinutes": 18
    },
    {
      "id": "sec-09-quiz",
      "file": "09-与测验对齐.md",
      "title": "与本章测验对齐：题型地图与审题清单",
      "estMinutes": 10
    }
  ]
}
