Skip to content

This project contains code for paper Ksenia Konyushkova, Raphael Sznitman, Pascal Fua 'Learning Active Learning from Data', NIPS 2017

Notifications You must be signed in to change notification settings

ashatabak786/LAL

 
 

Repository files navigation

LAL

Code for paper Ksenia Konyushkova, Raphael Sznitman, Pascal Fua 'Learning Active Learning from Data', NIPS 2017

This code can be run with Jupyter notebook 'AL experiments'. You will need the following packages: numpy, sklearn, matplotlib, scipy, time, scipy, math, pickle. 'AL experiment' guides you through the nain steps. It uses classed from folder./Classes, data for experiments is stored in ./data, data for learning a strategy is stored in ./lal datasets and the results are written into ./exp. Class ActiveLearner implements methods Random, Uncertainty Sampling and LAL. For more details refer to the paper and comments in the code.

About

This project contains code for paper Ksenia Konyushkova, Raphael Sznitman, Pascal Fua 'Learning Active Learning from Data', NIPS 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.6%
  • Python 3.4%