Neural Network Algorithm Configuration
Configure Neural Network algorithms by specifying nodes per layer and activation functions to optimize performance.
Specify Nodes Per Layer
INSERT INTO SETTINGS_TABLE (setting_name, setting_value) VALUES
                   ('NNET_NODES_PER_LAYER', '2,3');Specify Activation Functions Per Layer
NNET_ACTIVATIONS
                                                  setting specifies the activation functions or
                                                  hidden layers.
                                                  
                  
See Also:
DBMS_DATA_MINING —Algorithm Settings: Neural Network for a listing and explanation of the available model settings.Note:
The term hyperparameter is also interchangeably used for model setting.