AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Active learning reduces the amount of labeled data required by allowing the model to choose the most informative instances for human labeling. Instead of passively receiving random samples, the algorithm identifies regions of high uncertainty or potential impact and requests labels specifically for those cases. This iterative process significantly lowers annotation costs and accelerates convergence, making it ideal for scenarios where data labeling is expensive, time-consuming, or requires specialized expertise.

Summary

A machine learning strategy where the algorithm selectively queries a user or oracle to label new data points, optimizing the training process.

Key Concepts

Use Cases