Neural Ninjas ยท Rune Forge Arena

Assemble the Spell. Defeat the Boss.

Tap the code fragments, snap them into place, cast. No typing โ€” just the right pieces in the right order.

๐Ÿ† 0
๐Ÿ”ฅ x0
ฮฃ
Sigma the Summoner
โญโญ
๐Ÿ† VICTORY!
ฮฃ
โ–ถ
sum()
๐Ÿ“ Incoming attack โ€” the formula
๐Ÿ’  Tap a fragment, then tap a slot
๐Ÿง  Math-to-Code Dictionary
SymbolName / ConceptCode WeaponMental Model
ฮฃSigma โ€” Summationnp.sum()Looks like a sideways E โ€” stands for Sum
โˆPi โ€” Productnp.prod()Looks like a gate โ€” everything multiplies through
โˆ‚Partial derivative.backward()Derivative through a network = backpropagation
eEuler's numbernp.exp()e to a power = exponentiation = exp()
ฮธTheta โ€” Parametersoptimizer.step()Updating ฮธ is one optimizer step
PSoftmax probabilityF.softmax()P(y) is a probability distribution โ€” softmax builds one
ฯƒSigma โ€” Std Dev.std()Lowercase ฯƒ = standard deviation = .std()
QKVAttentionscaled_dot_product_attention()Query, Key, Value โ€” three letters, one word: Attention
ฮฉOmega โ€” Final layertorch.sigmoid()Always the last letter โ€” always the final layer