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 |
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.
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
Use the dumper functions to train a neural network.