Multiple Choice

A machine learning engineer is comparing two normalization functions for a neural network layer. The input is a vector h, and ε is a small constant for numerical stability.

Function A: output = gain * ((h - mean(h)) / (std_dev(h) + ε)) + bias Function B: output = gain * (h / (root_mean_square(h) + ε)) + bias

What is the primary consequence of Function B omitting the subtraction of the input's mean (- mean(h)), a step which is present in Function A?

0

1

Updated 2025-10-04

Contributors are:

Who are from:

Tags

Ch.2 Generative Models - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Analysis in Bloom's Taxonomy

Cognitive Psychology

Psychology

Social Science

Empirical Science

Science