The Wayback Machine - https://web.archive.org/web/20220803151122/https://github.com/topics/kernel-methods
Here are
175 public repositories
matching this topic...
A collection of important graph embedding, classification and representation learning papers with implementations.
Updated
Mar 2, 2022
Python
Scala Library/REPL for Machine Learning Research
Updated
Apr 15, 2021
Scala
Learning kernels to maximize the power of MMD tests
Updated
Jan 11, 2018
Python
Official pytorch implementation of the paper "Bayesian Meta-Learning for the Few-Shot Setting via Deep Kernels" (NeurIPS 2020)
Updated
Jan 19, 2022
Python
Large-scale, multi-GPU capable, kernel solver
Updated
Jul 29, 2022
Python
A package for Multiple Kernel Learning in Python
Updated
Feb 3, 2022
Python
A python package for graph kernels, graph edit distances, and graph pre-image problem.
Updated
Jun 24, 2022
Jupyter Notebook
ML4Chem: Machine Learning for Chemistry and Materials
Updated
Apr 9, 2022
Python
A Matlab benchmarking toolbox for kernel adaptive filtering
Updated
May 12, 2021
MATLAB
Updated
Jul 10, 2018
Python
NeurIPS 2017 best paper. An interpretable linear-time kernel goodness-of-fit test.
Updated
Jul 11, 2019
Python
NeurIPS 2016. Linear-time interpretable nonparametric two-sample test.
Updated
May 13, 2018
OpenEdge ABL
Updated
Oct 30, 2021
Java
Kernel Methods Toolbox for Matlab/Octave
Updated
Jun 14, 2019
MATLAB
Foundational library for Kernel methods in pattern analysis and machine learning
Updated
Sep 5, 2021
Python
Contains the code (and working vm setup) for our KDD MLG 2016 paper titled: "subgraph2vec: Learning Distributed Representations of Rooted Sub-graphs from Large Graphs"
Updated
Apr 29, 2017
Python
FRP: Fast Random Projections
[TCYB 2021] Official Python implementation for Unsupervised Change Detection in Multitemporal VHR Images Based on Deep Kernel PCA Convolutional Mapping Network
Updated
Feb 22, 2022
Python
This is the page for the book Digital Signal Processing with Kernel Methods.
Updated
Jun 22, 2017
MATLAB
SPLASH is an interactive visualisation and plotting tool using kernel interpolation, mainly used for Smoothed Particle Hydrodynamics simulations
Updated
Jul 25, 2022
Fortran
Implementation of LMS, RLS, KLMS and KRLS filters in Python
Updated
Aug 2, 2019
Jupyter Notebook
This contains a number of IP[y]: Notebooks that hopefully give a light to areas of bayesian machine learning.
This repository contains the TensorFlow implemtation of subgraph2vec (KDD MLG 2016) paper
Updated
Oct 13, 2017
Python
PyTorch implementation of Stein Variational Gradient Descent
Updated
Apr 9, 2019
Jupyter Notebook
ICML 2019. Turn a pre-trained GAN model into a content-addressable model without retraining.
Updated
Jun 30, 2020
Python
Python implementation of supervised PCA, supervised random projections, and their kernel counterparts.
Updated
May 4, 2020
Python
NeurIPS 2018. Linear-time model comparison tests.
Updated
Feb 15, 2020
Jupyter Notebook
Toolkit for training quantum kernels in machine learning applications
Updated
Jun 3, 2022
Python
Implicit generative models and related stuff based on the MMD, in PyTorch
Updated
Sep 24, 2020
Jupyter Notebook
Improve this page
Add a description, image, and links to the
kernel-methods
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
kernel-methods
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Today
polyfit()doesn't return fitting coefficient like NumPy's does, but NumPy's is only 1D. Now that localreg is multivariate, it would be nice to make it more similar to NumPy's for replacement. The ordering of the coefficients are more complicated for the multivariate case, but perhaps there could also be a class or something that could return a SymPy expression of the fit?