A concept-oriented knowledge base covering Machine Learning, Computer Vision, Robotics, and their mathematical foundations. Written in Markdown, published as a static digital garden via Quartz.
content/
math/
cs/
ml/
cv/
robotics/
physics/
systems/
misc/
- One concept = one file
- No duplication
- Everything is linkable via
[[...]]
| Priority | Domain | Topics |
|---|---|---|
| P0 | Mathematics | Linear Algebra, Calculus, Probability, Optimization |
| P0 | Machine Learning | ML fundamentals, Deep learning basics |
| P0 | Computer Vision | Camera model, Epipolar geometry, Stereo |
| P0 | Robotics | Kinematics, State estimation |
| P1 | CS Foundations | Algorithms & DS, OS, Computer Architecture |
| P1 | Software | Software Design, Physics (applied) |
| P2 | Optional | English notes, Philosophy, Product thinking, Misc |
- Pick task — check
content/TODO.md - Create note —
touch content/ml/fundamentals/loss-functions.md - Write — follow the style guide
- Preview —
npx quartz build --serve - Commit —
git commit -m "docs: add loss functions"
- Do not duplicate concepts
- Do not mix temporary drafts into
content/ - Do not break naming consistency
Build a connected knowledge graph that supports interview prep, accelerates learning, and serves as a public technical portfolio.
See LICENSE for details.