每日数学知识点和代码实现

Daily Deploy Bot 0ecbbd3835 Deploy Day 1: 感知机 2 тижнів тому
.openclaw eb4e71130a Daily deploy: move files from staging to courseware, exercises, tests 2 тижнів тому
arxiv-digests eb4e71130a Daily deploy: move files from staging to courseware, exercises, tests 2 тижнів тому
courseware 0ecbbd3835 Deploy Day 1: 感知机 2 тижнів тому
exercises 0ecbbd3835 Deploy Day 1: 感知机 2 тижнів тому
hooks eb4e71130a Daily deploy: move files from staging to courseware, exercises, tests 2 тижнів тому
memory 0ecbbd3835 Deploy Day 1: 感知机 2 тижнів тому
reports 0acff11f8b Deploy: Move 2026-02-24.md from staging to courseware 2 тижнів тому
robot-daily 98429fc7a6 feat: 完成 MathLab Day 1-7 课程编译\n\n- 编译 7 天课程材料到 staging/\n- 修复 compile_day.py 路径计算错误\n- 添加 memory/2026-02-28.md 记录 2 тижнів тому
scripts 0912dfdcf4 📦 初始化:Hacker-Style Math Compiler + 早报推送框架 3 тижнів тому
skills 0ecbbd3835 Deploy Day 1: 感知机 2 тижнів тому
staging 98429fc7a6 feat: 完成 MathLab Day 1-7 课程编译\n\n- 编译 7 天课程材料到 staging/\n- 修复 compile_day.py 路径计算错误\n- 添加 memory/2026-02-28.md 记录 2 тижнів тому
task-board eb4e71130a Daily deploy: move files from staging to courseware, exercises, tests 2 тижнів тому
templates f0ca5e085f Initial setup: Hacker-Style Math Compiler framework 3 тижнів тому
tests 0ecbbd3835 Deploy Day 1: 感知机 2 тижнів тому
.gitignore 2e987143f6 📝 更新 .gitignore:移除对 courseware/ 的忽略限制 3 тижнів тому
AGENTS.md f0ca5e085f Initial setup: Hacker-Style Math Compiler framework 3 тижнів тому
BOOTSTRAP.md f0ca5e085f Initial setup: Hacker-Style Math Compiler framework 3 тижнів тому
HEARTBEAT.md f0ca5e085f Initial setup: Hacker-Style Math Compiler framework 3 тижнів тому
IDENTITY.md eb4e71130a Daily deploy: move files from staging to courseware, exercises, tests 2 тижнів тому
MEMORY.md 98429fc7a6 feat: 完成 MathLab Day 1-7 课程编译\n\n- 编译 7 天课程材料到 staging/\n- 修复 compile_day.py 路径计算错误\n- 添加 memory/2026-02-28.md 记录 2 тижнів тому
README.md f0ca5e085f Initial setup: Hacker-Style Math Compiler framework 3 тижнів тому
SOUL.md f0ca5e085f Initial setup: Hacker-Style Math Compiler framework 3 тижнів тому
TOOLS.md f0ca5e085f Initial setup: Hacker-Style Math Compiler framework 3 тижнів тому
USER.md f0ca5e085f Initial setup: Hacker-Style Math Compiler framework 3 тижнів тому
arxiv-digest-2026-02-24.html eb4e71130a Daily deploy: move files from staging to courseware, exercises, tests 2 тижнів тому
bench_ollama_coding.py 0acff11f8b Deploy: Move 2026-02-24.md from staging to courseware 2 тижнів тому
math-textbook-compiler.skill f6692d15fc 📦 完善 math-textbook-compiler skill 3 тижнів тому
robotdaily_preview.html eb4e71130a Daily deploy: move files from staging to courseware, exercises, tests 2 тижнів тому

README.md

Hacker-Style Math-for-DL/RL Textbook Compiler

🎯 核心使命

将数学公式重写为工程化的 API,帮助克服"符号恐惧症"。

📚 课程体系

Phase 1: 统计学习方法 (Symbol Desensitization)

  • 符号去敏化
  • 凸优化
  • 维度诅咒

Phase 2: 深度学习 (Deep Dive)

  • 计算图
  • 自动微分
  • 张量映射

Phase 3: 强化学习数学基础 (RL Math Foundations)

  • 状态空间
  • 马尔可夫决策过程 (MDP)
  • 动态智能体交互

🗂️ 目录结构

clawd/
├── staging/          # 待发布的草稿
│   ├── course_dayN.html
│   ├── exercises/dayN_task.py
│   └── tests/test_dayN.py
├── courseware/       # 最终课程材料
├── exercises/        # 习题代码
├── tests/            # 测试用例
└── templates/        # 6模块模板

🚀 交付流程

  • 每周六 10:00 AM: 生成7天学习材料
  • 每天 14:00 PM: 部署当天内容到 Gogs

🔧 使用说明

  1. /mnt/ai/textbook 准备源材料
  2. 等待自动编译
  3. 拉取代码,运行测试

Built by your Hacker-Style Math Compiler 🎮