Experiment - Gaussian Mixture Models
Problem:You want to cluster data points into groups using Gaussian Mixture Models (GMM). Currently, the model fits the training data perfectly but performs poorly on new data, showing signs of overfitting.
Current Metrics:Training accuracy: 98%, Validation accuracy: 65%
Issue:The model overfits the training data, causing low validation accuracy and poor generalization.