--- # edu-pvou title: 'Write §10: Integrating a neural network crate' status: completed type: task priority: normal created_at: 2026-03-13T20:03:17Z updated_at: 2026-03-13T23:11:44Z parent: edu-coqp --- Reading lesson: evaluate tch-rs vs candle for this use case; show how to define and initialise the network; basic forward-pass usage. ## Summary of Changes\n\nWrote full content for §10 covering from-scratch neural network implementation in Rust: Layer struct, forward pass with ReLU/softmax/tanh, illegal move masking, Xavier initialization, backpropagation, SGD training, and complete compilable code.