Experiment - Prediction and evaluation
Problem:You have trained a simple neural network to classify handwritten digits from the MNIST dataset. The model achieves good training accuracy but you want to check how well it predicts on new data and evaluate its performance using accuracy and loss.
Current Metrics:Training accuracy: 98%, Training loss: 0.05
Issue:The model's prediction and evaluation on test data have not been performed yet, so we don't know how well it generalizes.
