Skip to content

Instantly share code, notes, and snippets.

@akhileshravi
Created May 26, 2020 16:13
Show Gist options
  • Save akhileshravi/198bc38d66547affa4ca0eb019c1ac13 to your computer and use it in GitHub Desktop.
Save akhileshravi/198bc38d66547affa4ca0eb019c1ac13 to your computer and use it in GitHub Desktop.
Active Learning in Python
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asilalinaqvi
Copy link

Why do you append the true label of the most ambiguous instance? Shouldn't it be a predicted label?

@andreina-francisco
Copy link

In active learning, the algorithm is able to query/ask a so called oracle for the true label of the the most ambiguos instance. The idea is to reduce the number of such questions because they are considered to be quite expensive (for instance, running an experiment for a couple of days).

@OronePatric
Copy link

i would like to know what type the active ML strategy used in the most ambiguous function. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment