Translations:Convolutional Neural Networks/31/en

    From Marovi AI
    Revision as of 00:30, 27 April 2026 by FuzzyBot (talk | contribs) (Importing a new version from external source)
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    • Use pretrained models (transfer learning) when labelled data is limited.
    • Prefer small kernels ($ 3 \times 3 $) stacked in depth — two $ 3 \times 3 $ layers have the same receptive field as one $ 5 \times 5 $ layer but with fewer parameters.
    • Apply batch normalisation after convolution and before activation.
    • Use data augmentation generously to reduce overfitting.
    • Replace fully connected layers with global average pooling to reduce parameters.