Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 890 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 890 Bytes

Bayesian Deep Ensembles via the Neural Tangent Kernel

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.

Requirements

To install requirements:

pip install -r requirements.txt

Colab Notebook

The functionality of bayesian-ntk is explained in our notebook toy_1d_example.ipynb, which you can Open In Colab here.