Dontopedia
Explore

Nn Linear Constructor

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

Nn Linear Constructor has 2 facts recorded in Dontopedia across 1 reference, with 1 live disagreement.

2 facts·1 predicates·1 sources·1 in dispute
Maturity scale raw canonical shape-checked rule-derived certified

Has Argumentsin disputehasArguments

  • 1[1]sourceall time · B729dc6d 53ff 42db 95a2 0b4b64111a65
  • 32[1]sourceall time · B729dc6d 53ff 42db 95a2 0b4b64111a65

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.

hasConstructorHas Constructor(1)

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.

hasArgumentsbeam/b729dc6d-53ff-42db-95a2-0b4b64111a65
1
hasArgumentsbeam/b729dc6d-53ff-42db-95a2-0b4b64111a65
32

References (1)

1 references
  1. [1]beam-chunk2 facts
    customctx:claims/beam/b729dc6d-53ff-42db-95a2-0b4b64111a65
    • full textbeam-chunk
      text/plain1 KBdoc:beam/b729dc6d-53ff-42db-95a2-0b4b64111a65
      Show excerpt
      self.fc3 = nn.Linear(32, 1) self.dropout = nn.Dropout(0.5) def forward(self, x): x = torch.relu(self.fc1(x)) x = self.dropout(x) x = torch.relu(self.fc2(x)) x = self.dropout(x) x

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.