Skip to content

Commit

Permalink
Finalize Ending
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Dec 13, 2023
1 parent ad8ac71 commit 0b27c82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Docs/source/usage/workflows/ml_dataset_training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ This plot compares the model prediction, with dots colored by mean-square error,

The model obtained with the hyperparameters chosen here trains quickly but is not very accurate.
A more accurate model is obtained with 5 hidden layers and 800 nodes per layer,
as discussed in (reference PASC).
as discussed in :cite:t:`SandbergPASC24`.

These figures can be generated with the following Python script.

Expand All @@ -248,7 +248,9 @@ These figures can be generated with the following Python script.
.. literalinclude:: ml_materials/visualize.py
:language: python3

Reference ImpactX Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Surrogate Usage in Accelerator Physics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

A neural network such as the one we trained here can be incorporated in other BLAST codes.
`Consider the example using neural networks in ImpactX <https://impactx.readthedocs.io/en/latest/usage/examples/pytorch_surrogate_model/README.html>`__.

0 comments on commit 0b27c82

Please sign in to comment.