Bird
0
0

After running t-SNE, your plot shows all points clustered tightly with no clear groups. What debugging step should you try first?

medium📝 Debug Q7 of 15
NLP - Word Embeddings
After running t-SNE, your plot shows all points clustered tightly with no clear groups. What debugging step should you try first?
AIncrease the number of output dimensions to 10
BAdjust the perplexity parameter to a smaller value
CNormalize the input embeddings to zero mean and unit variance
DUse raw text instead of embeddings as input
Step-by-Step Solution
Solution:
  1. Step 1: Understand tight clustering cause

    Too high perplexity can cause points to cluster too tightly without separation.
  2. Step 2: Choose best debugging action

    Lowering perplexity often improves separation; other options are less relevant or incorrect.
  3. Final Answer:

    Adjust the perplexity parameter to a smaller value -> Option B
  4. Quick Check:

    Tight clusters fix = lower perplexity [OK]
Quick Trick: Tune perplexity to improve cluster separation [OK]
Common Mistakes:
MISTAKES
  • Increasing output dims unnecessarily
  • Feeding raw text instead of vectors
  • Skipping parameter tuning

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More NLP Quizzes