katyhuff / depletion_rom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Depletion Reduced Order Model Exercise

Neural Network model for depletion calculations

input: enrichment, bunrup output: isotopic vector (% mass)

Order of execution

  1. Get udb data (.dat file) from Box, or wherever you'd get that file.
  2. Run script/curate_db.py (returns curated.csv)
  • python curate_db.py [filepath]
  1. Run data_visualization.ipynb (scatter plots of bu/enr vs composition)
  2. Run script/hyperparameter_search.py (returns pickled model)
  3. Run udb_compare.ipynb (compares unf inventory by using the pickled model)

Folders

docs

This folder contains latex files needed to create the paper. Generate PDF by simply typing make

images

This folder contains all images generated from the analysis, just in case.

script

This folder contains scripts that are needed to curate the raw data and train the neural network model

serpent (legacy)

This folder contains past attempts to generate serpent depletion calculations that this model would predict, but the problem with that is that the serpent models do not match the UDB data.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Limbo 66.9%Language:Jupyter Notebook 21.8%Language:MATLAB 11.3%Language:Python 0.0%