8 results for “deep learning”
Rectified Linear Unit: outputs the input if positive, else zero.
A ReLU variant that lets a small gradient flow for negative inputs.
Squashes input to the range (-1, 1); zero-centred activation.
Normalizes layer inputs across a mini-batch to speed and stabilize training.
Randomly zeroes activations during training to prevent co-adaptation.
Lets each token weigh and aggregate information from all others — the heart of Transformers.
Injects word-order information into a Transformer that otherwise ignores position.
Normalizes across features within a single sample; standard in Transformers.