This function builds the deep neural network metamodel architecture.
Model(
dataset,
layers = "8192-256-256-256-256-16",
loss = "sse",
opt.alg = "adamax",
learning.rate = 0.00075,
ext.dir
)A deep neural network metamodel of Monte Carlo radiation transport code simulation data
Training and test data
String that defines the deep neural network architecture (e.g., "64-64")
Loss function
Optimization algorithm
Learning rate
External directory (full path)