Experiment - Forward pass, loss, backward, step
Problem:Train a simple neural network to classify handwritten digits from the MNIST dataset.
Current Metrics:Training loss: 0.05, Training accuracy: 98%, Validation loss: 0.10, Validation accuracy: 95%
Issue:The model trains but the learner does not understand how the forward pass, loss calculation, backward pass, and optimizer step work together.