Experiment - Loss functions (MSE, cross-entropy)
Problem:You are training a neural network to classify images into two categories. The current model uses Mean Squared Error (MSE) as the loss function.
Current Metrics:Training loss: 0.15, Training accuracy: 85%, Validation loss: 0.20, Validation accuracy: 80%
Issue:The model's validation accuracy is lower than expected for a classification task. Using MSE loss for classification can cause slower learning and less accurate predictions.