Skip to content

Features: maximize information entropy and variable reporting interval. - #170

Merged
davytorres merged 2 commits into
mainfrom
replace-app
Jul 9, 2024
Merged

Features: maximize information entropy and variable reporting interval.#170
davytorres merged 2 commits into
mainfrom
replace-app

Conversation

@rouson

Copy link
Copy Markdown
Contributor

This pull request adds --report and --bins command-line arguments in the train-cloud-microphysics app:

  1. --report sets the reporting interval, i.e., the number of epochs between printing the cost function to the screen and writing it to the cost.plt file.
  2. --bins sets the number of phase-space hypercubes across the range of each of the 5 output variables. Only one data point per bin retained for using in training a neural network. This choice maximizes the information entropy for a given retained training data set size.

rouson added 2 commits July 9, 2024 14:18
The new argument sets the reporting interval, i.e., the number of
epochs between printing the cost function to the screen and writing
it to the cost.plt file.
This commit adds the `--bins` command-line argument, which sets
the number of phase-space hypercubes across the range of each of
the 5 output variables. Only one data point per bin retained
for use in training a neural network. This choice maximizes the
information entropy for a given retained training data set size.
@rouson
rouson requested a review from davytorresJuly 9, 2024 21:39

@davytorresdavytorres left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@davytorres
davytorres merged commit 85f5a03 into mainJul 9, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@rouson@davytorres