Optim Adam
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Optim Adam has 2 facts recorded in Dontopedia across 1 reference.
Maturity scale
raw canonical shape-checked rule-derived certifiedHas Parameter ValuehasParameterValue
- 0.001[1]sourceall time · 378e51ec 1014 441f Be28 B68581d5cdd0
Has ParameterhasParameter
- lr[1]sourceall time · 378e51ec 1014 441f Be28 B68581d5cdd0
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.
instantiatesWithInstantiates With(1)
- Optimizer
ex:optimizer
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.
References (1)
- custom
ctx:claims/beam/378e51ec-1014-441f-be28-b68581d5cdd0- full textbeam-chunktext/plain1 KB
doc:beam/378e51ec-1014-441f-be28-b68581d5cdd0Show excerpt
def forward(self, x): x = self.embedding(x) x = self.fc1(x) x = self.relu(x) x = self.dropout(x) x = self.fc2(x) return x class CustomDataset(Dataset): def __init__(self, data, labels…
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.