- J: number of projection scores for network inputs
- L: number of layers
- p: neurons per layer (uniform for all layers)
- B: maximal norm of weights
- Loss function: hinge loss
- Dropout rate: data dependent
- Batch size: data dependent
- Epoch number: data dependent
- Activation function: ReLU
- Optimizer: Adam
- "dnn_1d_par.R": hyperparameter selection with training data. More details can be found in comments
- "dnn_1d.R": functional deep neural netowrks. More details can be found in comments
- "dnn_2d_par.R": hyperparameter selection with training data. More details can be found in comments
- "dnn_2d.R": functional deep neural netowrks. More details can be found in comments