| 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 |