Skip to content

pnnl/DDA-BNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIE aerosol property correction via Neural Networks with Uncertainty Quantification

This branch is a stand alone Jupyter notebook implementation for model training and evaluation.


Interactive Jupyter notebook

Prerequisite: Conda installed. Run these from the repo root (where environment.yml lives).

  1. Create the Conda environment
conda env create -f environment.yml
  1. Activate the environment
conda activate bnn_notebook_env
  1. Register the Jupyter kernel (one-time)
python -m ipykernel install --user --name bnn_notebook_env --display-name "Python (bnn_notebook_env)"
  1. Launch Jupyter and open the notebook file (model_explorer.ipynb)
jupyter notebook

In the UI: Kernel → Change Kernel → select "Python (bnn_notebook)"


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors