Question:medium

In context of Neural Networks, the process in which input data flows through the layers, activations are computed, and the predicted output is compared to the actual target is specifically known as _ _ _ _ _ _ _ _ _ _ _ _ _ .

Show Hint

Forward propagation computes outputs, while \textbfbackpropagation updates weights using errors.
  • Back Propagation
  • Deep Learning
  • Forward Propagation
  • Optimization
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0