paper-with-me

Papers

Simplifying Hyperparameter Tuning in Online Machine Learning -- The spotRiverGUI

2024-02-18 · Thomas Bartz-Beielstein

Batch Machine Learning (BML) reaches its limits when dealing with very large amounts of streaming data. This is especially true for available memory, handling drift in data streams, and processing new, unknown data. Online Machine Learning (OML) is an alternative to BML that overcomes the limitations of BML. OML is able to process data in a sequential manner, which is especially useful for data streams. The river package is a Python OML-library, which provides a variety of online learning algorithms for classification, regression, clustering, anomaly detection, and more. The spotRiver package provides a framework for hyperparameter tuning of OML models. The spotRiverGUI is a graphical user interface for the spotRiver package. The spotRiverGUI releases the user from the burden of manually searching for the optimal hyperparameter setting. After the data is provided, users can compare different OML algorithms from the powerful river package in a convenient way and tune the selected algorithms very efficiently.

📄 PDF Abstract BibTeX arXiv:2402.11594

Code (1)

sequential-parameter-optimization/spotgui 공식 구현 pytorch

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Efficient Online Hyperparameter Optimization for Kernel Ridge Regression with Applications to Traffic Time Series Prediction

2018-11-01 · Hongyuan Zhan, Gabriel Gomes, Xiaoye S. Li, Kamesh Madduri 외

Computational efficiency is an important consideration for deploying machine learning models for time series prediction in an online setting. Machine learning algorithms adjust model parameters automatically based on the…

BIG-bench Machine LearningComputational EfficiencyHyperparameter OptimizationPrediction+5

Scalable Marginal Likelihood Estimation for Model Selection in Deep Learning

2021-04-11 · Alexander Immer, Matthias Bauer, Vincent Fortuin, Gunnar Rätsch 외

Marginal-likelihood based model-selection, even though promising, is rarely used in deep learning due to estimation difficulties. Instead, most approaches rely on validation data, which may not be readily available. In t…

Deep Learningimage-classificationImage ClassificationModel Selection+2

Federated Hyperparameter Tuning: Challenges, Baselines, and Connections to Weight-Sharing

2021-06-08 · NeurIPS 2021 12 · Mikhail Khodak, Renbo Tu, Tian Li, Liam Li 외

Tuning hyperparameters is a crucial but arduous part of the machine learning pipeline. Hyperparameter optimization is even more challenging in federated learning, where models are learned over a distributed network of he…

Federated LearningHyperparameter OptimizationNeural Architecture Search

A Comparative Study of Hyperparameter Tuning Methods

2024-08-29 · Subhasis Dasgupta, Jaydip Sen

The study emphasizes the challenge of finding the optimal trade-off between bias and variance, especially as hyperparameter optimization increases in complexity. Through empirical analysis, three hyperparameter tuning al…

Hyperparameter Optimizationregression

Online Continuous Hyperparameter Optimization for Generalized Linear Contextual Bandits

2023-02-18 · Yue Kang, Cho-Jui Hsieh, Thomas C. M. Lee

In stochastic contextual bandits, an agent sequentially makes actions from a time-dependent action set based on past experience to minimize the cumulative regret. Like many other machine learning algorithms, the performa…

Hyperparameter OptimizationMulti-Armed BanditsThompson Sampling