Experiment - Freezing and unfreezing layers
Problem:You want to improve a neural network's performance on a small image dataset by using transfer learning. Currently, the model is trained by fine-tuning all layers from the start.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%, Training loss: 0.15, Validation loss: 0.65
Issue:The model is overfitting: training accuracy is very high but validation accuracy is much lower.