Pregunta de entrevista de Google DeepMind

Explain the difference between gradients and weights

Respuesta de la entrevista

Anónimo

16 sep 2024

Weights are the parameters of a network that are adjusted during training. The weights are updated using gradients which are derivatives of the Loss Function with respect to the weights.