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.
15 lines
611 B
Markdown
15 lines
611 B
Markdown
---
|
|
# 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.
|