Experiment - GloVe embeddings
Problem:You want to use GloVe word embeddings to improve a text classification model. Currently, the model uses random embeddings and achieves 75% validation accuracy.
Current Metrics:Training accuracy: 85%, Validation accuracy: 75%, Training loss: 0.45, Validation loss: 0.65
Issue:The model is overfitting: training accuracy is much higher than validation accuracy, indicating it does not generalize well.
