paper-with-me

홈 › Papers

pyribs: A Bare-Bones Python Library for Quality Diversity Optimization

2023-03-01 · Bryon Tjanaka, Matthew C. Fontaine, David H. Lee, Yulun Zhang, Nivedit Reddy Balam, Nathaniel Dennler, Sujay S. Garlanka, Nikitas Dimitri Klapsis, Stefanos Nikolaidis

Recent years have seen a rise in the popularity of quality diversity (QD) optimization, a branch of optimization that seeks to find a collection of diverse, high-performing solutions to a given problem. To grow further, we believe the QD community faces two challenges: developing a framework to represent the field's growing array of algorithms, and implementing that framework in software that supports a range of researchers and practitioners. To address these challenges, we have developed pyribs, a library built on a highly modular conceptual QD framework. By replacing components in the conceptual framework, and hence in pyribs, users can compose algorithms from across the QD literature; equally important, they can identify unexplored algorithm variations. Furthermore, pyribs makes this framework simple, flexible, and accessible, with a user-friendly API supported by extensive documentation and tutorials. This paper overviews the creation of pyribs, focusing on the conceptual framework that it implements and the design principles that have guided the library's development.

📄 PDF Abstract BibTeX arXiv:2303.00191

Code (1)

icaros-usc/pyribs 공식 구현 jax

Tasks

Diversity

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

DeltaPy: A Framework for Tabular Data Augmentation in Python

2020-05-22 · The Alan Turing Institute 2020 5 · Derek Snow

A range of data abstractions have come to the fore since the re-emergence of machine learning. This includes procedures like feature engineering, extraction, transformation, and selection, as well as data pre-processing,…

BIG-bench Machine LearningData AugmentationFeature EngineeringSynthetic Data Generation

pyssam -- a Python library for statistical modelling of biomedical shape and appearance

2023-01-11 · Josh Williams, Ali Ozel, Uwe Wolfram

pyssam is a Python library for creating statistical shape and appearance models (SSAMs) for biological (and other) shapes such as bones, lungs or other organs. A point cloud best describing the anatomical 'landmarks' of …

Image SegmentationMedical Image SegmentationSemantic Segmentation

Subgroups: A Python library for Subgroup Discovery

2024-09-17 · SoftwareX 2024 9 · Antonio Lopez-Martinez-Carrasco, Jose M. Juarez, Manuel Campos, Francisco Mora-Caselles

This manuscript introduces Subgroups, an openly accessible Python library designed to ease the use of Subgroup Discovery (SD) algorithms for machine learning and data science. The Subgroups Library offers several advanta…

Data MiningSubgroup Discovery

Quanda: An Interpretability Toolkit for Training Data Attribution Evaluation and Beyond

2024-10-09 · Dilyara Bareeva, Galip Ümit Yolcu, Anna Hedström, Niklas Schmolenski 외

In recent years, training data attribution (TDA) methods have emerged as a promising direction for the interpretability of neural networks. While research around TDA is thriving, limited effort has been dedicated to the …

Benchmarking

NIMFA: A Python Library for Nonnegative Matrix Factorization

2018-08-06 · Marinka Zitnik, Blaz Zupan

NIMFA is an open-source Python library that provides a unified interface to nonnegative matrix factorization algorithms. It includes implementations of state-of-the-art factorization methods, initialization approaches, a…