Back propagation is a learning technique that adjusts weights in the neural network by propagating weight changes:
1.Forward from source to hidden nodes
2.Backward from sink to source ✓ Correct
3.Forward from source to sink
4.Backward from sink to hidden nodes