Experiment - Why training optimizes model weights
Problem:We want to understand how training changes model weights to make better predictions.
Current Metrics:Initial model accuracy is around 10% (random guessing) on the MNIST digit dataset.
Issue:The model starts with random weights and poor accuracy. We need to see how training improves weights and accuracy.
