Created
May 26, 2020 16:13
-
-
Save akhileshravi/198bc38d66547affa4ca0eb019c1ac13 to your computer and use it in GitHub Desktop.
Active Learning in Python
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
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).