Skip to content

Examples showing how to use modAL to perform Active Learning and improve accuracy with fewer training samples.

Notifications You must be signed in to change notification settings

FrancescoCasalegno/active-learning-with-modAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Active Learning with modAL

Active Learning Examples Using modAL

This repo contains the notebook Active-Learning.ipynb where you can find different examples of using the modAL Python package for Active Learning.

In particular, the notebook shows how Active Learning allows to achieve better performance with fewer training samples. The difference is even more impressive for more complex Machine Learning tasks, such as use cases involving highly dimensional input spaces and multiclass classification problems.

Installation

The code was tested with Python 3.9 on Mac OS X and Linux. To make sure you have the right dependencies, please install the requirements as follows:

pip install -r requirements.txt

Authors

About

Examples showing how to use modAL to perform Active Learning and improve accuracy with fewer training samples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published