Subhaditya's KB

Home

❯

KB

❯

Non Relational Inductive Bias

Non Relational Inductive Bias

Sep 18, 20241 min read

  • temp

Non Relational Inductive Bias

  • Activation Functions
    • allow the model to capture the non-linearity hidden in the data
  • Dropout
    • helps the network avoid memorizing the data by forcing random subsets of the network to each learn the data pattern. As a result, the obtained model, in the end, is able to generalize better
  • Weight Decay
    • puts constraints on the model’s weights
  • Batch Normalization , Layer Normalization , Instance Normalization
    • Reduces Covariate Shift
  • Augmentation
  • Optimizers

Graph View

Backlinks

  • Inductive Bias
  • _Index_of_KB

Created with Quartz v4.3.1 © 2025

  • GitHub