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.
vibed/edu/.beans/edu-hufe--write-7-exercise-...

353 B

title status type created_at updated_at parent
Write §7: Exercise 2 — implement self-attention in Rust todo task 2026-03-13T22:01:56Z 2026-03-13T22:01:56Z edu-u2w7

Implement scaled dot-product attention using candle tensors. Single head, causal mask, softmax, output projection. Reader writes the core attention function.