Model Pipeline - Backward pass (loss.backward)
This pipeline shows how a simple neural network learns by calculating errors and then updating itself using the backward pass with loss.backward(). This step helps the model improve by adjusting weights based on the error.