Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | kind | :: | k | = | default_real | |
integer, | public, | kind | :: | m | = | default_real | |
type(workspace_t), | private | :: | workspace_ |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(neural_network_t), | intent(in) | :: | neural_network |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(training_configuration_t), | intent(in) | :: | training_configuration | |||
real, | intent(in) | :: | perturbation_magnitude | |||
type(string_t), | intent(in) | :: | metadata(:) | |||
type(tensor_map_t) | :: | input_map | ||||
type(tensor_map_t) | :: | output_map |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(trainable_network_t), | intent(in) | :: | self | |||
type(input_output_pair_t), | intent(in) | :: | input_output_pair |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(trainable_network_t), | intent(inout) | :: | self | |||
type(mini_batch_t), | intent(in) | :: | mini_batches_arr(:) | |||
real, | intent(out), | optional, | allocatable | :: | cost(:) | |
logical, | intent(in) | :: | adam | |||
real, | intent(in) | :: | learning_rate |