pybnn icon indicating copy to clipboard operation
pybnn copied to clipboard

Bayesian neural network package

Build Status codecov License

pybnn

Bayesian neural networks for Bayesian optimization.

It contains implementations for methods described in the following papers:

Installation

git clone https://github.com/automl/pybnn.git
cd pybnn
python setup.py install