Experiment - Semi-supervised learning basics
Problem:You have a small set of labeled data and a larger set of unlabeled data. You want to build a model that learns from both to improve accuracy.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%
Issue:The model overfits the small labeled data and does not generalize well to validation data.
