Skip to content

Resurrecting BAMBI for the pythonic deep learning era

License

Notifications You must be signed in to change notification settings

bstienen/pyBAMBI

 
 

Repository files navigation

pyBAMBI

pyBAMBI:Resurrecting BAMBI for the pythonic deep learning era
Author: Dark Machines collaboration
Organiser:Will Handley
Version: 0.1.0
GitHub:https://github.com/DarkMachines/pyBAMBI
Documentation:https://pybambi.readthedocs.io/
Website:https://darkmachines.org
Paper:https://arxiv.org/abs/1110.2997
Build Status Test Coverage Status Documentation Status

Quick links

Notes

Currently, there is a test script in test.py, which shows how to call pyBAMBI. The main piece of work to be done is to implement neural network modelling in pybambi/dumper.py from the view onto the live points every nlive iterations.

Installation instructions

You can clone the repository with

git clone https://github.com/DarkMachines/pyBAMBI

Although if you wish to contribute, you should fork the repository to your own account.

You can run the tests with either of the commands:

python -m pytest tests
python setup.py test

Key idea

Use the dumper functions to train a neural network.

About

Resurrecting BAMBI for the pythonic deep learning era

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%