You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
607 B
607 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| Write §9: Neural network architecture overview | completed | task | normal | 2026-03-13T20:03:17Z | 2026-03-13T23:07:35Z | edu-coqp |
Conceptual lesson: shared convolutional trunk, policy head (move probabilities), value head (win probability). Diagrams encouraged. No code yet.
Summary of Changes
Wrote full content for §9 covering neural network fundamentals from scratch: neurons/weights/biases, layers, forward pass, training intuition, and the dual-headed policy+value architecture for game AI with concrete TTT dimensions.