paper-with-me

홈 › Papers

SOL: A Library for Scalable Online Learning Algorithms

2016-10-28 · Yue Wu, Steven C. H. Hoi, Chenghao Liu, Jing Lu, Doyen Sahoo, Nenghai Yu

SOL is an open-source library for scalable online learning algorithms, and is particularly suitable for learning with high-dimensional data. The library provides a family of regular and sparse online learning algorithms for large-scale binary and multi-class classification tasks with high efficiency, scalability, portability, and extensibility. SOL was implemented in C++, and provided with a collection of easy-to-use command-line tools, python wrappers and library calls for users and developers, as well as comprehensive documents for both beginners and advanced users. SOL is not only a practical machine learning toolbox, but also a comprehensive experimental platform for online learning research. Experiments demonstrate that SOL is highly efficient and scalable for large-scale machine learning with high-dimensional data.

📄 PDF Abstract BibTeX arXiv:1610.09083

Code (1)

LIBOL/SOL 공식 구현

Tasks

BIG-bench Machine LearningGeneral ClassificationMulti-class Classification

Similar Papers 제목 키워드 기반

LIBS2ML: A Library for Scalable Second Order Machine Learning Algorithms

2019-04-20 · Vinod Kumar Chauhan, Anuj Sharma, Kalpana Dahiya

LIBS2ML is a library based on scalable second order learning algorithms for solving large-scale problems, i.e., big data problems in machine learning. LIBS2ML has been developed using MEX files, i.e., C++ with MATLAB/Oct…

BIG-bench Machine LearningSecond-order methods

LOFS: Library of Online Streaming Feature Selection

2016-03-02 · Kui Yu, Wei Ding, Xindong Wu

As an emerging research direction, online streaming feature selection deals with sequentially added dimensions in a feature space while the number of data instances is fixed. Online streaming feature selection provides a…

feature selection

Captum: A unified and generic model interpretability library for PyTorch

2020-09-16 · Narine Kokhlikyan, Vivek Miglani, Miguel Martin, Edward Wang 외

In this paper we introduce a novel, unified, open-source model interpretability library for PyTorch [12]. The library contains generic implementations of a number of gradient and perturbation-based attribution algorithms…

Feature Importance

PyXAB -- A Python Library for $\mathcal{X}$-Armed Bandit and Online Blackbox Optimization Algorithms

2023-03-07 · Wenjie Li, Haoze Li, Jean Honorio, Qifan Song

We introduce a Python open-source library for $\mathcal{X}$-armed bandit and online blackbox optimization named PyXAB. PyXAB contains the implementations for more than 10 $\mathcal{X}$-armed bandit algorithms, such as HO…

Salesforce CausalAI Library: A Fast and Scalable Framework for Causal Analysis of Time Series and Tabular Data

2023-01-25 · Devansh Arpit, Matthew Fernandez, Itai Feigenbaum, Weiran Yao 외

We introduce the Salesforce CausalAI Library, an open-source library for causal analysis using observational data. It supports causal discovery and causal inference for tabular and time series data, of discrete, continuo…

Causal DiscoveryCausal InferenceTime SeriesTime Series Analysis