Question:medium

Innovative Labs, a startup focused on developing intelligent language models, is training a neural network to improve its text prediction accuracy. During the training process, the team uses the practice of fine-tuning the weighting of the neural network based on the error rate (loss) obtained in the previous iteration to minimize error. This practice is known as _ _ _ _ _ _ _ _ _ _ _ _ _ .

Show Hint

Backpropagation helps neural networks learn by minimizing error through weight adjustment.
  • Forward Propagation
  • Activation Function
  • Back Propagation
  • Deep Learning
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0