Loss.backward()
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Loss.backward() has 1 fact recorded in Dontopedia across 1 reference.
1 facts·1 predicates·1 sources
Maturity scale
raw canonical shape-checked rule-derived certifiedTriggerstriggers
- Gradient Computation[1]all time · D9a80d69 C4c9 47c5 8393 2eaf674f6563
Inbound mentions (1)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. “X motherOf this subject” — and answer questions the forward facts can't. Grouped by predicate.
followsFollows(1)
- Optimizer.step()
ex:optimizer.step()
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
—
triggersbeam/d9a80d69-c4c9-47c5-8393-2eaf674f6563
ex:gradient-computation
References (1)
1 references
- custom
ctx:claims/beam/d9a80d69-c4c9-47c5-8393-2eaf674f6563- full textbeam-chunktext/plain1 KB
doc:beam/d9a80d69-c4c9-47c5-8393-2eaf674f6563Show excerpt
inputs = torch.tensor(decrypted_batch['query'], dtype=torch.float32).to(device) labels = torch.tensor(decrypted_batch['label'], dtype=torch.long).to(device) # Forward pass outputs = model(inputs) los…