Tagged articles
3 articles
Page 1 of 1
AI Algorithm Path
AI Algorithm Path
Jun 19, 2025 · Artificial Intelligence

Training Neural Networks with Minimal Labeled Data Using Active Learning

This article explains how active learning can dramatically reduce the amount of labeled data required for training deep neural networks by selecting the most informative and representative samples, and provides a complete Python implementation of a hybrid query strategy (DBAL) with ResNet‑18.

DBALDeep LearningPython
0 likes · 14 min read
Training Neural Networks with Minimal Labeled Data Using Active Learning
360 Smart Cloud
360 Smart Cloud
Sep 13, 2021 · Artificial Intelligence

Active Learning: Concepts, Workflow, Strategies, and Evaluation Metrics

Active learning addresses the high cost of labeling data by iteratively selecting the most informative unlabeled samples for annotation, thereby reducing labeling effort while achieving target model performance, and the article explains its fundamentals, relationship to supervised and semi‑supervised learning, common selection strategies, hybrid methods, and evaluation metrics.

Labeling Cost ReductionQuery by Committeeactive learning
0 likes · 7 min read
Active Learning: Concepts, Workflow, Strategies, and Evaluation Metrics
DataFunTalk
DataFunTalk
Sep 13, 2020 · Artificial Intelligence

Active Learning: Concepts, Query Strategies, and Applications

Active Learning is a machine learning approach that reduces labeling costs by iteratively selecting the most informative samples for human annotation, using various query strategies such as uncertainty sampling, query-by-committee, expected model change, and density-weighted methods, applicable to domains like image classification, security risk control, and anomaly detection.

Labeling Cost ReductionQuery Strategiesactive learning
0 likes · 15 min read
Active Learning: Concepts, Query Strategies, and Applications