Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Neural Tangents | 2,006 | 1 | 20 days ago | 27 | February 23, 2022 | 58 | apache-2.0 | Jupyter Notebook | ||
Fast and Easy Infinite Neural Networks in Python | ||||||||||
Scikit Learn Doc Cn | 711 | 3 years ago | 5 | HTML | ||||||
scikit-learn机器学习库中文文档翻译项目 | ||||||||||
Returnn | 337 | 2 days ago | 859 | July 06, 2022 | 134 | other | Python | |||
The RWTH extensible training framework for universal recurrent neural networks | ||||||||||
Nngeometry | 144 | 5 days ago | 1 | February 24, 2021 | 3 | mit | Python | |||
{KFAC,EKFAC,Diagonal,Implicit} Fisher Matrices and finite width NTKs in PyTorch | ||||||||||
Nngp | 110 | 3 years ago | 3 | apache-2.0 | Python | |||||
Deep neural network kernel for Gaussian process | ||||||||||
Cntk | 92 | 4 years ago | Python | |||||||
Convolutional Neural Tangent Kernel | ||||||||||
Target Guided Conversation | 88 | 4 years ago | Python | |||||||
Convcnp | 76 | 2 years ago | 1 | Jupyter Notebook | ||||||
Implementation of the Convolutional Conditional Neural Process | ||||||||||
Gntk | 63 | 3 years ago | mit | Python | ||||||
Implementation of Graph Neural Tangent Kernel (NeurIPS 2019) | ||||||||||
Neural Kernel Network | 62 | 5 years ago | mit | Python | ||||||
Code for "Differentiable Compositional Kernel Learning for Gaussian Processes" https://arxiv.org/abs/1806.04326 |
Repository, bayesian-ntk
, to accompany the paper Bayesian Deep Ensembles via the Neural Tangent Kernel. Please note that analytic NTKGP posterior is now implemented in neural-tangents, more details here.
To install requirements:
pip install -r requirements.txt
The functionality of bayesian-ntk
is explained in our notebook toy_1d_example.ipynb
, which you can here.