Skip to content

FormalLogic/Active-learning---Uncertainty-sampling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Active learning

Active learning is a specific approach in machine learning where a a model can achieve better performance with a lower amount of training instances (see Figure below).

Learning curve

Figure 1

A quick presentation of the results can be shown in Figure 2. However for a more detailed explanation of the equations and content, can be found in the notebook Active learning.ipynb

uncertainty sampling

Figure 2: (a) is a toy data set. (b) Logistic regression is trained on randomly sampled instances (downward triangles). (c) Logistic regression is trained on "actively learned" instances (downward triangles), creating a more accurate decision boundary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors