paper-with-me

홈 › 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/Octave interface to take the advantage of both the worlds, i.e., faster learning using C++ and easy I/O using MATLAB. Most of the available libraries are either in MATLAB/Python/R which are very slow and not suitable for large-scale learning, or are in C/C++ which does not have easy ways to take input and display results. So LIBS2ML is completely unique due to its focus on the scalable second order methods, the hot research topic, and being based on MEX files. Thus it provides researchers a comprehensive environment to evaluate their ideas and it also provides machine learning practitioners an effective tool to deal with the large-scale learning problems. LIBS2ML is an open-source, highly efficient, extensible, scalable, readable, portable and easy to use library. The library can be downloaded from the URL: \url{https://github.com/jmdvinodjmd/LIBS2ML}.

📄 PDF Abstract BibTeX arXiv:1904.09448

Code (1)

jmdvinodjmd/LIBS2ML 공식 구현

Tasks

BIG-bench Machine LearningSecond-order methods

Similar Papers 제목 키워드 기반

SimpleSBML: A Python package for creating, editing, and interrogating SBML models: Version 2.0

2020-09-04 · Herbert M Sauro

In this technical report, we describe a new version of SimpleSBML which provides an easier to use interface to python-libSBML allowing users of Python to more easily construct, edit, and inspect SBML based models. The mo…

Library transfer between distinct Laser-Induced Breakdown Spectroscopy systems with shared standards

2022-08-31 · J. Vrábel, E. Képeš, P. Nedělník, J. Buday 외

The mutual incompatibility of distinct spectroscopic systems is among the most limiting factors in Laser-Induced Breakdown Spectroscopy (LIBS). The cost related to setting up a new LIBS system is increased, as its extens…

CodeGen4Libs: A Two-Stage Approach for Library-Oriented Code Generation

2023-09-11 · IEEE/ACM International Conference on Automated Software Engineering 2023 9 · Mingwei Liu, Tianyong Yang, Yiling Lou, Xueying Du 외

Automated code generation has been extensively studied in recent literature. In this work, we first survey 66 participants to motivate a more pragmatic code generation scenario, i.e., library-oriented code generation, wh…

Code GenerationLibrary-Oriented Code Generation

Faster SVM Training via Conjugate SMO

2020-03-19 · Alberto Torres-Barrán, Carlos Alaíz, José R. Dorronsoro

We propose an improved version of the SMO algorithm for training classification and regression SVMs, based on a Conjugate Descent procedure. This new approach only involves a modest increase on the computational cost of …

PLSSVM: A (multi-)GPGPU-accelerated Least Squares Support Vector Machine

2022-02-25 · Alexander Van Craen, Marcel Breyer, Dirk Pflüger

Machine learning algorithms must be able to efficiently cope with massive data sets. Therefore, they have to scale well on any modern system and be able to exploit the computing power of accelerators independent of their…

CPU