Skip to content
#

activelearning

Here are 36 public repositories matching this topic...

This project explores active learning techniques, focusing on query strategies to optimize informative data selection for model training. It aims to reduce labeled data while improving model performance, especially with imbalanced datasets where certain classes are underrepresented.

  • Updated Jan 23, 2025
  • Jupyter Notebook

This project demonstrates active learning for text classification using the Small-Text library on the IMDB dataset. A logistic regression model is trained iteratively, selecting the most uncertain samples for labeling with a smart query strategy. The approach highlights efficient learning with minimal labeled data, improving model performance.

  • Updated Jan 25, 2025
  • Jupyter Notebook

This project explores the implementation of active learning techniques, focusing on various query strategies to optimize the selection of informative data points for model training. It aims to reduce the amount of labeled data required while improving model performance, especially in scenarios with limited labeled data.

  • Updated Jan 23, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the activelearning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the activelearning topic, visit your repo's landing page and select "manage topics."

Learn more