Dontopedia

Fraction of the input units to drop during training

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

Fraction of the input units to drop during training has 25 facts recorded in Dontopedia across 8 references, with 4 live disagreements.

25 facts·13 predicates·8 sources·4 in dispute

Mostly:has example value(5), rdf:type(4), has value(3)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (8)

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.

describesDescribes(1)

hasHyperparameterHas Hyperparameter(1)

instantiatedWithInstantiated With(1)

involvesInvolves(1)

referencesTopicReferences Topic(1)

supportsHyperparameterSupports Hyperparameter(1)

tunesHyperparametersTunes Hyperparameters(1)

usesEvolutionaryTraitsUses Evolutionary Traits(1)

Other facts (24)

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.

24 facts
PredicateValueRef
Has Example Value0.1[6]
Has Example Value0.2[6]
Has Example Value0.3[6]
Has Example Value0.4[6]
Has Example Value0.5[6]
Rdf:typeHyperparameter[2]
Rdf:typeRegularization Parameter[4]
Rdf:typeHyperparameter[6]
Rdf:typeHyperparameter[8]
Has Value0.1[4]
Has Value0.2[5]
Has Value0.5[7]
Value0.5[3]
Value0.5[8]
AffectsNeuron Activation[3]
AffectsK Neighbors Classifier[6]
Evolves LikeActivations[1]
Is Evolvable Per LayerRegularization Evolution[1]
Has Range Lower Bound0.1[6]
Has Range Upper Bound0.5[6]
Belongs to ListRegularization Parameters[6]
PurposeNeural Network Regularization[6]
Applies toNeural Networks[6]
Affects Model ComplexityModel Complexity[6]

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.

evolvesLikeblah/training-and-evals/part-19
ex:activations
isEvolvablePerLayerblah/training-and-evals/part-19
ex:regularization-evolution
typeblah/training-and-evals/19
ex:Hyperparameter
valuebeam/9dc04f5c-41c0-4f03-9508-0f47a466d19e
0.5
affectsbeam/9dc04f5c-41c0-4f03-9508-0f47a466d19e
ex:neuron-activation
typebeam/503d566f-4b98-4b5e-a567-8579fbcf1e30
ex:RegularizationParameter
hasValuebeam/503d566f-4b98-4b5e-a567-8579fbcf1e30
0.1
hasValuebeam/815302c1-8846-46c0-b5a2-8475c92165b2
0.2
typebeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
ex:Hyperparameter
labelbeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
Fraction of the input units to drop during training
hasRangeLowerBoundbeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
0.1
hasRangeUpperBoundbeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
0.5
hasExampleValuebeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
0.1
hasExampleValuebeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
0.2
hasExampleValuebeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
0.3
hasExampleValuebeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
0.4
hasExampleValuebeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
0.5
affectsbeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
ex:KNeighborsClassifier
belongsToListbeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
ex:regularization-parameters
purposebeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
ex:neural-network-regularization
appliesTobeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
ex:neural-networks
affectsModelComplexitybeam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
ex:model-complexity
hasValuebeam/b729dc6d-53ff-42db-95a2-0b4b64111a65
0.5
typebeam/fa097ab4-7c54-4d7c-bce6-50883cbc7667
ex:Hyperparameter
valuebeam/fa097ab4-7c54-4d7c-bce6-50883cbc7667
0.5

References (8)

8 references
  1. [1]Part 192 facts
    ctx:discord/blah/training-and-evals/part-19
  2. [2]191 fact
    ctx:discord/blah/training-and-evals/19
  3. ctx:claims/beam/9dc04f5c-41c0-4f03-9508-0f47a466d19e
    • full textbeam-chunk
      text/plain1 KBdoc:beam/9dc04f5c-41c0-4f03-9508-0f47a466d19e
      Show excerpt
      #### Dropout Add dropout layers to your model to randomly drop out a fraction of the neurons during training. ```python import torch import torch.nn as nn import torch.optim as optim from torch.utils.data import DataLoader, TensorDataset
  4. ctx:claims/beam/503d566f-4b98-4b5e-a567-8579fbcf1e30
    • full textbeam-chunk
      text/plain1 KBdoc:beam/503d566f-4b98-4b5e-a567-8579fbcf1e30
      Show excerpt
      truncation=True, return_attention_mask=True, return_tensors='pt' ) return { 'query': query_encoding, 'passage': passage_encoding } def __len__(self):
  5. ctx:claims/beam/815302c1-8846-46c0-b5a2-8475c92165b2
    • full textbeam-chunk
      text/plain1 KBdoc:beam/815302c1-8846-46c0-b5a2-8475c92165b2
      Show excerpt
      optimizer.step() # Zero gradients optimizer.zero_grad() # Validation loop scorer.eval() val_losses = [] with torch.no_grad(): for batch_inputs, batch_targets in val_loader: outpu
  6. ctx:claims/beam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
    • full textbeam-chunk
      text/plain1 KBdoc:beam/1a9575d4-0f05-41b2-a8bf-3a9f1dd9dcb9
      Show excerpt
      - **Description**: Coefficient for L2 norm of the weights. - **Range**: Typically between \(10^{-6}\) and \(10^{-2}\). - **Example Values**: \(1e-6\), \(1e-5\), \(1e-4\), \(1e-3\), \(1e-2\). - **Dropout Rate** - **De
  7. ctx: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
  8. ctx:claims/beam/fa097ab4-7c54-4d7c-bce6-50883cbc7667

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.