Skip to content

triem1998/GamUncertainty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uncertainty quantification for spectral unmixing in gamma-ray spectrometry

This is the repo for uncertainty quantification methods for gamma-ray spectrometry.

The codes are organized as follows:

  • The Code folder contains the source code for the IAE and the uncertainty calculation by Fisher and MCMC:
  • The Data folder contains the dataset of 96 spectral signatures of 12 radionuclides as a function of steel thickness.
  • The Notebooks folder contains a jupyter notebook file for quantify the uncertainty
    • The Models folder contains the pre-trained IAE model.

Package requirements

The codes are implemented using Pytorch and Pyro. To do it, you will need the packages listed in environment.yml. To create and activate a conda environment with all the imports needed, do (with CPU):

  • conda env create -f environment.yml
  • conda activate pytorch
  • pip install pyro-ppl==1.8.6

If there is a problem with the installation of Pytorch or Pyro, please follow this link to install it correctly: Pytorch (Cuda or CPU), Pyro

Test the code

About

Uncertainty quantification methods for gamma-ray spectrometry

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors