Experiment - t-SNE for visualization
Problem:You want to visualize high-dimensional data in 2D to understand its structure. Currently, you use t-SNE with default parameters on the digits dataset, but the clusters overlap and are not well separated.
Current Metrics:Visual inspection shows overlapping clusters with unclear separation in the 2D plot.
Issue:The t-SNE visualization is not clear enough to distinguish different digit groups due to default perplexity and learning rate settings.