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.
12 lines
353 B
Markdown
12 lines
353 B
Markdown
---
|
|
# edu-hufe
|
|
title: 'Write §7: Exercise 2 — implement self-attention in Rust'
|
|
status: todo
|
|
type: task
|
|
created_at: 2026-03-13T22:01:56Z
|
|
updated_at: 2026-03-13T22:01:56Z
|
|
parent: edu-u2w7
|
|
---
|
|
|
|
Implement scaled dot-product attention using candle tensors. Single head, causal mask, softmax, output projection. Reader writes the core attention function.
|