Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.98 KB

README.rst

File metadata and controls

64 lines (46 loc) · 1.98 KB

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.