paper-with-me

Papers

libact: Pool-based Active Learning in Python

2017-10-01 · Yao-Yuan Yang, Shao-Chuan Lee, Yu-An Chung, Tung-En Wu, Si-An Chen, Hsuan-Tien Lin

libact is a Python package designed to make active learning easier for general users. The package not only implements several popular active learning strategies, but also features the active-learning-by-learning meta-algorithm that assists the users to automatically select the best strategy on the fly. Furthermore, the package provides a unified interface for implementing more strategies, models and application-specific labelers. The package is open-source on Github, and can be easily installed from Python Package Index repository.

📄 PDF Abstract BibTeX arXiv:1710.00379

Code (5)

ntucllab/libact 공식 구현
CFEL-CMI/Active-Learning-of-PES
SimiPixel/pool_based_active_learning
melkherj/puddle
swanjing/Contextual-Bandits-Active-Learning tf

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Small-Text: Active Learning for Text Classification in Python

2021-07-21 · European Chapter of the Association for Computational Linguistics 2023 5 · Christopher Schröder, Lydia Müller, Andreas Niekler, Martin Potthast

We introduce small-text, an easy-to-use active learning library, which offers pool-based active learning for single- and multi-label text classification in Python. It features numerous pre-implemented state-of-the-art qu…

Active LearningClassificationGPUMulti Label Text Classification+3

PyRelationAL: a python library for active learning research and development

2022-05-23 · Paul Scherer, Alison Pouplin, Alice Del Vecchio, Suraj M S 외

Active learning (AL) is a sub-field of ML focused on the development of methods to iteratively and economically acquire data by strategically querying new data points that are the most useful for a particular task. Here,…

Active LearningBenchmarking

Active Learning from the Web

2022-10-15 · Ryoma Sato

Labeling data is one of the most costly processes in machine learning pipelines. Active learning is a standard approach to alleviating this problem. Pool-based active learning first builds a pool of unlabelled data and i…

Active LearningInformation RetrievalRetrieval

Interactive algorithms: from pool to stream

2016-02-02 · Sivan Sabato, Tom Hess

We consider interactive algorithms in the pool-based setting, and in the stream-based setting. Interactive algorithms observe suggested elements (representing actions or queries), and interactively select some of them an…

Active LearningBinary ClassificationGeneral Classification

DeepAL: Deep Active Learning in Python

2021-11-30 · Kuan-Hao Huang

We present DeepAL, a Python library that implements several common strategies for active learning, with a particular emphasis on deep active learning. DeepAL provides a simple and unified framework based on PyTorch that …

Active Learning