Set the initial ETA estimates for the $OMEGA block in the NONMEM model file
nn_eta_initializer_nm(
number,
theta_inis,
pop = FALSE,
n_hidden = 5,
eta_scale = 0.1,
time_nn = FALSE
)Vector of initial NN parameter ETA values for one specific NN
(string) Name of the NN, e.g., “1” for NN1(...)
(list of string) THETA initial values generated in nn_theta_initializer_nm
(boolean) Whether population fit without inter-individual variability is performed (TRUE) or whether model is fitted with inter-individual variability (FALSE)
(numeric) Number of neurons in the hidden layer, default value is 5
(numeric) Initial standard deviation of random effects, default value is 0.1
(boolean) Whether the neural network to analyze is a time-dependent neural network or not. Default values is FALSE.
Dominic Bräm
ETAs are fixed to 0 if
population fit is enabled through pop=TRUE, all ETAs are fixed to 0
the corresponding THETA is fixed to 0 due to non-activity of the neuron