paper-with-me

Papers

PyRelationAL: a python library for active learning research and development

2022-05-23 · Paul Scherer, Alison Pouplin, Alice Del Vecchio, Suraj M S, Oliver Bolton, Jyothish Soman, Jake P. Taylor-King, Lindsay Edwards, Thomas Gaudelet

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, we introduce PyRelationAL, an open source library for AL research. We describe a modular toolkit based around a two step design methodology for composing pool-based active learning strategies applicable to both single-acquisition and batch-acquisition strategies. This framework allows for the mathematical and practical specification of a broad number of existing and novel strategies under a consistent programming model and abstraction. Furthermore, we incorporate datasets and active learning tasks applicable to them to simplify comparative evaluation and benchmarking, along with an initial group of benchmarks across datasets included in this library. The toolkit is compatible with existing ML frameworks. PyRelationAL is maintained using modern software engineering practices -- with an inclusive contributor code of conduct -- to promote long term library quality and utilisation. PyRelationAL is available under a permissive Apache licence on PyPi and at https://github.com/RelationRx/pyrelational.

📄 PDF Abstract BibTeX arXiv:2205.11117

Code (1)

RelationRx/pyrelational 공식 구현 pytorch

Tasks

Active LearningBenchmarking

Similar Papers 제목 키워드 기반

pymdp: A Python library for active inference in discrete state spaces

2022-01-11 · Conor Heins, Beren Millidge, Daphne Demekas, Brennan Klein 외

Active inference is an account of cognition and behavior in complex systems which brings together action, perception, and learning under the theoretical mantle of Bayesian inference. Active inference has seen growing app…

Bayesian Inference

End-to-end NLP Pipelines in Rust

2020-11-01 · EMNLP (NLPOSS) 2020 11 · Guillaume Becquin

The recent progress in natural language processing research has been supported by the development of a rich open source ecosystem in Python. Libraries allowing NLP practitioners but also non-specialists to leverage state…

PyGAD: An Intuitive Genetic Algorithm Python Library

2021-06-11 · Ahmed Fawzy Gad

This paper introduces PyGAD, an open-source easy-to-use Python library for building the genetic algorithm. PyGAD supports a wide range of parameters to give the user control over everything in its life cycle. This includ…

Open3D: A Modern Library for 3D Data Processing

2018-01-30 · Qian-Yi Zhou, Jaesik Park, Vladlen Koltun

Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The bac…

Point Cloud Registration

CALT: A Library for Computer Algebra with Transformer

2025-06-10 · Hiroshi Kera, Shun Arakawa, Yuta Sato

Recent advances in artificial intelligence have demonstrated the learnability of symbolic computation through end-to-end deep learning. Given a sufficient number of examples of symbolic expressions before and after the t…

Deep Learning