Dontopedia

relu

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)

relu has 11 facts recorded in Dontopedia across 5 references, with 1 live disagreement.

11 facts·8 predicates·5 sources·1 in dispute

Mostly:rdf:type(3), returns type(1), applies unary op(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (4)

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.

containsCodeContains Code(1)

hasMemberHas Member(1)

providesProvides(1)

providesFunctionsProvides Functions(1)

Other facts (10)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

10 facts
PredicateValueRef
Rdf:typeActivation Function[3]
Rdf:typePy Torch Function[4]
Rdf:typeActivation Function[5]
Returns TypeTensorData[1]
Applies Unary Opx > 0 ? x : 0[1]
Takes Input TypeTensorData[1]
Has ParameterParameter a[2]
Invokes FunctionunaryOp[2]
Defines Logicx > 0 ? x : 0[2]
Applied inForward Method[3]

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.

returnsTypeblah/training-and-evals/part-21
TensorData
appliesUnaryOpblah/training-and-evals/part-21
x > 0 ? x : 0
takesInputTypeblah/training-and-evals/part-21
TensorData
labelblah/training-and-evals/21
relu
hasParameterblah/training-and-evals/21
ex:parameter-a
invokesFunctionblah/training-and-evals/21
unaryOp
definesLogicblah/training-and-evals/21
x > 0 ? x : 0
typebeam/bd2c22f5-1099-406f-9764-f64596aa4f4f
ex:ActivationFunction
appliedInbeam/bd2c22f5-1099-406f-9764-f64596aa4f4f
ex:forward-method
typebeam/343d7abc-9aa0-4e2b-8884-910c760bfe88
ex:PyTorchFunction
typebeam/589ac63e-194c-400f-a2f3-3b06bbc73235
ex:ActivationFunction

References (5)

5 references
  1. [1]Part 213 facts
    ctx:discord/blah/training-and-evals/part-21
  2. [2]214 facts
    ctx:discord/blah/training-and-evals/21
    • full texttraining-and-evals-21
      text/plain2 KBdoc:agent/training-and-evals-21/9cfc0243-2772-4a86-8d1d-cdb625ab29f4
      Show excerpt
      [2026-02-25 11:49] ajaxdavis: https://alpha.omegaai.dev/runs/historic_chat_v2_20260225114638_5ke3 [2026-02-25 12:12] ajaxdavis: https://docs.google.com/document/d/1DTgZf5HC4xD1xntzZUIPAM5B4BrX9YW-sP34ekMpuHE/edit?tab=t.0' [2026-02-25 12:37]
  3. ctx:claims/beam/bd2c22f5-1099-406f-9764-f64596aa4f4f
    • full textbeam-chunk
      text/plain1 KBdoc:beam/bd2c22f5-1099-406f-9764-f64596aa4f4f
      Show excerpt
      self.context_window = context_window def process_queries(self, queries): results = [] for query in queries: result = self.context_window.process_query(query) results.append(result)
  4. ctx:claims/beam/343d7abc-9aa0-4e2b-8884-910c760bfe88
    • full textbeam-chunk
      text/plain1 KBdoc:beam/343d7abc-9aa0-4e2b-8884-910c760bfe88
      Show excerpt
      self.fc1 = nn.Linear(512, 128) self.fc2 = nn.Linear(128, 10) def forward(self, x): x = torch.relu(self.fc1(x)) x = self.fc2(x) return x # Initialize the model and optimizer model = MyModel() opt
  5. ctx:claims/beam/589ac63e-194c-400f-a2f3-3b06bbc73235
    • full textbeam-chunk
      text/plain1 KBdoc:beam/589ac63e-194c-400f-a2f3-3b06bbc73235
      Show excerpt
      def __len__(self): return len(self.queries) def __getitem__(self, idx): query = self.queries[idx] label = self.labels[idx] return {'query': query, 'label': label} # Define the model class DebugModel

See also

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.