Skip to main content

Data generator for hierarchically modeling strongly-lensed systems with Bayesian neural networks

Project description

baobab

Build Status Documentation Status

Training data generator for hierarchically modeling strong lenses with Bayesian neural networks

Installation

  1. You'll need a Fortran compiler, which you can get on a debian system by running
sudo apt-get install gfortran
  1. Virtual environments are strongly recommended, to prevent dependencies with conflicting versions. Create a conda virtual environment and activate it.
conda create -n baobab python=3.6 -y
conda activate baobab
  1. Now do one of the following.

Option 2(a): clone the repo (please do this if you'd like to contribute to the development).

git clone https://github.com/jiwoncpark/baobab.git
cd baobab
pip install -e .

Option 2(b): pip install the release version (only recommended if you're a user).

pip install baobab
  1. (Optional) To run the notebooks, add the Jupyter kernel.
python -m ipykernel install --user --name baobab --display-name "Python (baobab)"

Usage

  1. Choose your favorite config file among the templates in the configs directory and copy it to a directory of your choice, e.g.
mkdir my_config_collection
cp baobab/configs/tdlmc_diagonal_config.py my_config_collection/my_config.py
  1. Customize it! You might want to change the name field first with something recognizable. Pay special attention to the components field, which determines which components of the lensed system (e.g. lens light, AGN light) become sampled from relevant priors and rendered in the image.

  2. Generate the training set, e.g. continuing with the example in #1,

generate my_config_collection/my_config.py

Although the n_data (size of training set) value is specified in the config file, you may choose to override it in the command line, as in

generate my_config_collection/my_config.py 100

Please message @jiwoncpark with any questions.

There is an ongoing document that details our BNN prior choice, written and maintained by Ji Won.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybaobab-0.1.0.tar.gz (529.5 kB view hashes)

Uploaded Source

Built Distributions

pybaobab-0.1.0-py3-none-any.whl (534.8 kB view hashes)

Uploaded Python 3

pybaobab-0.1.0-py2.py3-none-any.whl (630.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page