Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Neural Tangents | 2,086 | 1 | 12 days ago | 30 | August 24, 2023 | 58 | apache-2.0 | Jupyter Notebook | ||
Fast and Easy Infinite Neural Networks in Python | ||||||||||
Gpflow | 1,763 | 17 | 19 | 5 days ago | 39 | August 09, 2023 | 145 | apache-2.0 | Python | |
Gaussian processes in TensorFlow | ||||||||||
Kernelfunctions.jl | 250 | 2 months ago | 108 | mit | Julia | |||||
Julia package for kernel functions for machine learning | ||||||||||
Keras Gp | 219 | 2 years ago | 9 | mit | Python | |||||
Keras + Gaussian Processes: Learning scalable deep and recurrent kernels. | ||||||||||
Bcpd | 218 | 5 months ago | 9 | mit | C | |||||
Bayesian Coherent Point Drift (BCPD/BCPD++/GBCPD/GBCPD++) | ||||||||||
Stheno | 194 | 7 months ago | 36 | October 22, 2022 | 5 | mit | Python | |||
Gaussian process modelling in Python | ||||||||||
Deep Kernel Transfer | 142 | 2 years ago | 6 | Python | ||||||
Official pytorch implementation of the paper "Bayesian Meta-Learning for the Few-Shot Setting via Deep Kernels" (NeurIPS 2020) | ||||||||||
Phd Thesis | 122 | 9 years ago | TeX | |||||||
I am in [research] stepped in so far that, should I wade no more, Returning were as tedious as go o'er. -MacBeth | ||||||||||
Mnist Challenge | 64 | 4 years ago | mit | Jupyter Notebook | ||||||
My solution to TUM's Machine Learning MNIST challenge 2016-2017 [winner] | ||||||||||
Neural Kernel Network | 62 | 5 years ago | mit | Python | ||||||
Code for "Differentiable Compositional Kernel Learning for Gaussian Processes" https://arxiv.org/abs/1806.04326 |
This code is jointly contributed by Shengyang Sun, Guodong Zhang, Chaoqi Wang and Wenyuan Zeng
Code for "Differentiable Compositional Kernel Learning for Gaussian Processes" (https://arxiv.org/abs/1806.04326)
This project runs with Python 3.6. Before running the code, you have to install
Below we shows some examples to run the experiments. We also provide experiment figures and logging files in results folder, as a reference.
python exp/time-series.py --name airline --kern nkn
python exp/regression.py --data energy --split uci_woval --kern nkn
python exp/regression.py --data energy --split uci_woval_pca --kern nkn
python exp/bayes-opt.py --name sty --kern nkn --run 0
python exp/texture.py --data pave --kern nkn
To cite this work, please use
@article{sun2018differentiable,
title={Differentiable Compositional Kernel Learning for Gaussian Processes},
author={Sun, Shengyang and Zhang, Guodong and Wang, Chaoqi and Zeng, Wenyuan and Li, Jiaman and Grosse, Roger},
journal={arXiv preprint arXiv:1806.04326},
year={2018}
}