mirror of
https://github.com/wassname/ml_debug.git
synced 2026-06-27 01:00:14 +08:00
docs(ml_debug): annotate sanh outbound links with content summaries
This commit is contained in:
@@ -57,5 +57,7 @@ Credence ~65-70% -- specific domain claim, lacks ablation study reference.
|
|||||||
|
|
||||||
## External links from this post
|
## External links from this post
|
||||||
|
|
||||||
- "Checklist for debugging neural networks" -- Cecelia Shao (Towards Data Science)
|
- **Cecelia Shao, "Checklist for Debugging Neural Networks"** (2019, KDnuggets/Towards Data Science): 5-section checklist (start simple, confirm loss, check intermediate outputs, diagnose parameters, track work). Thin; largely overlaps with Karpathy recipe and Slavv. Not captured separately -- see those sources instead.
|
||||||
- "A recipe for Training Neural Networks" -- Karpathy
|
- **Chase Roberts, "How to unit test machine learning code"** (2017, Medium, 4 min): Focuses on software unit testing practices applied to ML models -- testing gradient flow, output shapes, that outputs change when weights change. Spawned `mltest` library. Not a full debugging guide. Main insight: "The code never crashes, the loss still goes down, it just converges to poor results."
|
||||||
|
- **Joel Grus, "Reproducibility in ML as engineering best practices"** (Google Slides): Experiment reproducibility / engineering hygiene. Not fetched.
|
||||||
|
- **A recipe for Training Neural Networks** -- Karpathy (captured in full: karpathy_recipe_training_nn_2019.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user