-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft: Train neural network for roman pots momentum reconstruction #10
base: master
Are you sure you want to change the base?
Draft: Train neural network for roman pots momentum reconstruction #10
Commits on Jan 10, 2024
-
Add initial script for training neural network for roman pots momentu…
…m reconstruction. Function create a parametried dense neural network and train it with standardized input data.
Configuration menu - View commit details
-
Copy full SHA for 4a5c335 - Browse repository at this point
Copy the full SHA 4a5c335View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77a117d - Browse repository at this point
Copy the full SHA 77a117dView commit details -
Calculate the sample mean and standard deviation to pass on as standa…
…rdization parameters during inference
Configuration menu - View commit details
-
Copy full SHA for 1a5d06e - Browse repository at this point
Copy the full SHA 1a5d06eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7398a0b - Browse repository at this point
Copy the full SHA 7398a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e1703 - Browse repository at this point
Copy the full SHA c4e1703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ffea0 - Browse repository at this point
Copy the full SHA 45ffea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92bc46e - Browse repository at this point
Copy the full SHA 92bc46eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad5a79 - Browse repository at this point
Copy the full SHA 5ad5a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b0786 - Browse repository at this point
Copy the full SHA e1b0786View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4310f3 - Browse repository at this point
Copy the full SHA c4310f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b7dae7 - Browse repository at this point
Copy the full SHA 6b7dae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34eee45 - Browse repository at this point
Copy the full SHA 34eee45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e25da5 - Browse repository at this point
Copy the full SHA 2e25da5View commit details
Commits on Jan 19, 2024
-
First commit of snakefile for roman pots neural network training. Gen…
…erate model files and assign unique names based on sha512 hash of concatenated hyperparamater values.
Configuration menu - View commit details
-
Copy full SHA for 65310c7 - Browse repository at this point
Copy the full SHA 65310c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 130ff48 - Browse repository at this point
Copy the full SHA 130ff48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08fa4c5 - Browse repository at this point
Copy the full SHA 08fa4c5View commit details
Commits on Jan 22, 2024
-
Truncate the hash to first 6 hexdigits. 6 hexdigits is equivalent to …
…6*4=24 bits. The number of unique hashes that we can generate before the probability of hash collision between any 2 model hashes reaches 50% is sqrt(2*0.5*2^(24))=4096. We are unlikely to run training over hyperparameter space that large on a single iteration.
Configuration menu - View commit details
-
Copy full SHA for 2cbb87e - Browse repository at this point
Copy the full SHA 2cbb87eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81bf1d5 - Browse repository at this point
Copy the full SHA 81bf1d5View commit details
Commits on Jan 23, 2024
-
Add rule to generate training events. Use DETECTOR_VERSION inferred f…
…rom environment for creating directory structure
Configuration menu - View commit details
-
Copy full SHA for 1e66076 - Browse repository at this point
Copy the full SHA 1e66076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 570f99d - Browse repository at this point
Copy the full SHA 570f99dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7e61b - Browse repository at this point
Copy the full SHA dd7e61bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5d176 - Browse repository at this point
Copy the full SHA ec5d176View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d89bae8 - Browse repository at this point
Copy the full SHA d89bae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f34159a - Browse repository at this point
Copy the full SHA f34159aView commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d81ab52 - Browse repository at this point
Copy the full SHA d81ab52View commit details -
Split up default target rule into 3 rules so that proper dependency i…
…s obeyed. Execute snakemake all1/2/3 in sequence to avoid errors
Configuration menu - View commit details
-
Copy full SHA for 805c2cd - Browse repository at this point
Copy the full SHA 805c2cdView commit details
Commits on Jan 30, 2024
-
Simplify workflow. Build dependency between generate and process even…
…ts rules. Parallelization at generation stage through use of wildcards.
Configuration menu - View commit details
-
Copy full SHA for 2d1a65e - Browse repository at this point
Copy the full SHA 2d1a65eView commit details -
Use a nested directory approach to uniquely identify models instead o…
…f hash following https://waterdata.usgs.gov/blog/snakemake-for-ml-experiments/. Establishes a DAG with greater parallelization of processes.
Configuration menu - View commit details
-
Copy full SHA for acbb6c5 - Browse repository at this point
Copy the full SHA acbb6c5View commit details
Commits on Feb 12, 2024
-
Changed Snakefile and preprocess_model_training_data.cxx to include t…
…he Low Pt model training
David Ruth committedFeb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 5496e3c - Browse repository at this point
Copy the full SHA 5496e3cView commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0c5198 - Browse repository at this point
Copy the full SHA b0c5198View commit details -
Configuration menu - View commit details
-
Copy full SHA for a695c51 - Browse repository at this point
Copy the full SHA a695c51View commit details