← 📊 Evaluation & ML Foundations
Core
Semi-Supervised and Self-Training
Semi-supervised learning uses a small labeled set plus a large unlabeled pool. Self-training labels the unlabeled data with the model's own confident predictions and retrains; consistency regularization forces the model to give the same answer to perturbed copies of an input. It helps when labels are scarce but unlabeled data is plentiful and the cluster assumption holds, and it backfires through confirmation bias when the model is wrong but confident.
a free account unlocks the core curriculum tier · no card
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
LLM & GenAI FundamentalsClassify 100M product descriptions with an LLM when the budget covers a fraction. Design the pipeline.→Machine Learning & Data ScienceA customer has only 200 labeled examples. How do you build a model?→Machine Learning & Data ScienceBuild an anomaly-detection system when you have almost no labeled anomalies.→Machine Learning & Data ScienceLabeling is expensive. How do you choose what to label next?→
