The process of updating weights is one training iteration involving backpropagation. The latter can be broken down into 4 distinct steps: Forward pass In this first training step, the intention is to extract weight from the first pass of the training data into the neural network. Loss function The training loss (precision) is calculated from …