paper-with-me

Papers

Kernel methods library for pattern analysis and machine learning in python

2020-05-27 · Pradeep Reddy Raamana

Kernel methods have proven to be powerful techniques for pattern analysis and machine learning (ML) in a variety of domains. However, many of their original or advanced implementations remain in Matlab. With the incredible rise and adoption of Python in the ML and data science world, there is a clear need for a well-defined library that enables not only the use of popular kernels, but also allows easy definition of customized kernels to fine-tune them for diverse applications. The kernelmethods library fills that important void in the python ML ecosystem in a domain-agnostic fashion, allowing the sample data type to be anything from numerical, categorical, graphs or a combination of them. In addition, this library provides a number of well-defined classes to make various kernel-based operations efficient (for large scale datasets), modular (for ease of domain adaptation), and inter-operable (across different ecosystems). The library is available at https://github.com/raamana/kernelmethods.

📄 PDF Abstract BibTeX arXiv:2005.13483

Code (1)

raamana/kernelmethods 공식 구현

Tasks

BIG-bench Machine LearningDomain Adaptation

Similar Papers 제목 키워드 기반

Machine Learning (ML) library in Linux kernel

2026-03-02 · Viacheslav Dubeyko arxiv

Linux kernel is a huge code base with enormous number of subsystems and possible configuration options that results in unmanageable complexity of elaborating an efficient configuration. Machine Learning (ML) is approach/…

Graph Kernels Based on Linear Patterns: Theoretical and Experimental Comparisons

2019-03-01 · Pattern Recognition 2019 3 · Linlin Jia, Benoit Gaüzère, Paul Honeine

Graph kernels are powerful tools to bridge the gap between machine learning and data encoded as graphs. Most graph kernels are based on the decomposition of graphs into a set of patterns. The similarity between two graph…

BIG-bench Machine LearningGraph Classification

TorchKM: A GPU-Oriented Library for Kernel Learning and Model Selection

2026-06-04 · Yikai Zhang, Gaoxiang Jia, Jie Ding, Boxiang Wang arxiv

TorchKM is an open-source library for kernel machines, including support vector machines, kernel logistic regression, and kernel quantile regression, with GPU acceleration. The library features a scikit-learn-style API a…

GrASP: A Library for Extracting and Exploring Human-Interpretable Textual Patterns

2021-04-08 · LREC 2022 6 · Piyawat Lertvittayakumjorn, Leshem Choshen, Eyal Shnarch, Francesca Toni

Data exploration is an important step of every data science and machine learning project, including those involving textual data. We provide a novel language tool, in the form of a publicly available Python library for e…

Argument MiningBIG-bench Machine LearningMachine TranslationSpam detection

sQUlearn -- A Python Library for Quantum Machine Learning

2023-11-15 · David A. Kreplin, Moritz Willmann, Jan Schnabel, Frederic Rapp 외

sQUlearn introduces a user-friendly, NISQ-ready Python library for quantum machine learning (QML), designed for seamless integration with classical machine learning tools like scikit-learn. The library's dual-layer archi…

Quantum Machine Learning