paper-with-me

Papers

WAX-ML: A Python library for machine learning and feedback loops on streaming data

2021-06-11 · Emmanuel Sérié

Wax is what you put on a surfboard to avoid slipping. It is an essential tool to go surfing... We introduce WAX-ML a research-oriented Python library providing tools to design powerful machine learning algorithms and feedback loops working on streaming data. It strives to complement JAX with tools dedicated to time series. WAX-ML makes JAX-based programs easy to use for end-users working with pandas and xarray for data manipulation. It provides a simple mechanism for implementing feedback loops, allows the implementation of online learning and reinforcement learning algorithms with functions, and makes them easy to integrate by end-users working with the object-oriented reinforcement learning framework from the Gym library. It is released with an Apache open-source license on GitHub at https://github.com/eserie/wax-ml.

📄 PDF Abstract BibTeX arXiv:2106.06524

Code (1)

eserie/wax-ml 공식 구현 jax

Tasks

BIG-bench Machine Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Time SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

River: machine learning for streaming data in Python

2020-12-08 · Jacob Montiel, Max Halford, Saulo Martiello Mastelini, Geoffrey Bolmier 외

River is a machine learning library for dynamic data streams and continual learning. It provides multiple state-of-the-art learning methods, data generators/transformers, performance metrics and evaluators for different …

BIG-bench Machine LearningContinual Learning

TrueLearn: A Python Library for Personalised Informational Recommendations with (Implicit) Feedback

2023-09-20 · Yuxiang Qiu, Karim Djemili, Denis Elezi, Aaneel Shalman 외

This work describes the TrueLearn Python library, which contains a family of online learning Bayesian models for building educational (or more generally, informational) recommendation systems. This family of models was d…

Recommendation Systems

A Library for Representing Python Programs as Graphs for Machine Learning

2022-08-15 · David Bieber, Kensen Shi, Petros Maniatis, Charles Sutton 외

Graph representations of programs are commonly a central element of machine learning for code research. We introduce an open source Python library python_graphs that applies static analysis to construct graph representat…

CapyMOA: Efficient Machine Learning for Data Streams in Python

2025-02-11 · Heitor Murilo Gomes, Anton Lee, Nuwan Gunasekara, Yibin Sun 외

CapyMOA is an open-source library designed for efficient machine learning on streaming data. It provides a structured framework for real-time learning and evaluation, featuring a flexible data representation. CapyMOA inc…

The Diversity Paradox revisited: Systemic Effects of Feedback Loops in Recommender Systems

2026-02-18 · Gabriele Barlacchi, Margherita Lalli, Emanuele Ferragina, Fosca Giannotti 외 arxiv

Recommender systems shape individual choices through feedback loops in which user behavior and algorithmic recommendations coevolve over time. The systemic effects of these loops remain poorly understood, in part due to …