mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-20 04:45:11 -05:00
Consistent layout for StaffML, mlsysim, and TinyTorch papers: - figures/ for all visual assets (SVGs, PDFs, PNGs) - scripts/ for utility scripts (analysis, validation, benchmarks) - tables/ for standalone table .tex files (StaffML only) - Makefile at root for building (created one for mlsysim) Removed redundant build scripts (compile_paper.sh, build.sh) in favor of Makefiles. Deleted sort_app_matrix.py (no longer needed). Merged mlsysim images/ into figures/. Updated all references in paper.tex, Makefiles, and CI workflows. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
66 lines
1.6 KiB
Markdown
66 lines
1.6 KiB
Markdown
# TinyTorch Research Paper
|
|
|
|
Complete LaTeX source for the TinyTorch research paper.
|
|
|
|
---
|
|
|
|
## Files
|
|
|
|
- **[paper.tex](paper.tex)** - Main paper (~12-15 pages, two-column format)
|
|
- **[references.bib](references.bib)** - Bibliography (22 references)
|
|
- **[Makefile](Makefile)** - Build rules (requires LaTeX installation)
|
|
|
|
---
|
|
|
|
## Quick Start: Get PDF
|
|
|
|
### Option 1: Overleaf (Recommended)
|
|
|
|
1. Go to [Overleaf.com](https://www.overleaf.com)
|
|
2. Create free account
|
|
3. Upload `paper.tex` and `references.bib`
|
|
4. Click "Recompile"
|
|
5. Download PDF
|
|
|
|
### Option 2: Local Compilation
|
|
|
|
```bash
|
|
make
|
|
```
|
|
|
|
Requires LaTeX installation (MacTeX or BasicTeX).
|
|
|
|
---
|
|
|
|
## Paper Details
|
|
|
|
- **Format**: Two-column LaTeX (conference-standard)
|
|
- **Length**: ~12-15 pages
|
|
- **Sections**: 7 complete sections
|
|
- **Tables**: 3 (framework comparison, learning objectives, performance benchmarks)
|
|
- **Code listings**: 5 (syntax-highlighted Python examples)
|
|
- **References**: 22 citations
|
|
|
|
---
|
|
|
|
## Key Contributions
|
|
|
|
1. **Progressive disclosure via monkey-patching** - Novel pedagogical pattern
|
|
2. **Systems-first curriculum design** - Memory/FLOPs from Module 01
|
|
3. **Historical milestone validation** - 70 years of ML as learning modules
|
|
4. **Constructionist framework building** - Students build complete ML system
|
|
|
|
Framed as design contribution with empirical validation planned for Fall 2025.
|
|
|
|
---
|
|
|
|
## Submission Venues
|
|
|
|
- **ArXiv** - Immediate (establish priority)
|
|
- **SIGCSE 2026** - August deadline (may need 6-page condensed version)
|
|
- **ICER 2026** - After classroom data (full empirical study)
|
|
|
|
---
|
|
|
|
Ready for submission! Upload to Overleaf to get your PDF.
|