| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private, | parameter | :: | input_layer | = | 0 | |
| character(len=*), | private, | parameter | :: | minimum_acceptable_tag | = | "0.15.0" |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self | |||
| type(neural_network_t), | intent(in) | :: | neural_network |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self | |||
| type(neural_network_t(double_precision)), | intent(in) | :: | neural_network |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | lhs | |||
| class(neural_network_t), | intent(in) | :: | rhs |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self | |||
| type(neural_network_t), | intent(in) | :: | neural_network |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_t), | intent(in) | :: | metadata(:) | |||
| real, | intent(in) | :: | weights(:,:,:) | |||
| real, | intent(in) | :: | biases(:,:) | |||
| integer, | intent(in) | :: | nodes(0:) | |||
| type(tensor_map_t), | intent(in), | optional | :: | input_map | ||
| type(tensor_map_t), | intent(in), | optional | :: | output_map |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(file_t), | intent(in) | :: | file_ |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self | |||
| type(tensor_t), | intent(in) | :: | inputs |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_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 | |||
| type(workspace_t), | intent(inout) | :: | workspace |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self | |||
| type(tensor_t), | intent(in) | :: | normalized_tensor |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self | |||
| type(tensor_t), | intent(in) | :: | tensor |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | lhs | |||
| class(neural_network_t(double_precision)), | intent(in) | :: | rhs |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self | |||
| type(neural_network_t(double_precision)), | intent(in) | :: | neural_network |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(metadata_t), | intent(in) | :: | metadata | |||
| double precision, | intent(in) | :: | weights(:,:,:) | |||
| double precision, | intent(in) | :: | biases(:,:) | |||
| integer, | intent(in) | :: | nodes(0:) | |||
| type(tensor_map_t(double_precision)), | intent(in), | optional | :: | input_map | ||
| type(tensor_map_t(double_precision)), | intent(in), | optional | :: | output_map |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(double_precision_file_t), | intent(in) | :: | file |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self | |||
| type(tensor_t(double_precision)), | intent(in) | :: | inputs |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self | |||
| type(tensor_t(double_precision)), | intent(in) | :: | normalized_tensor |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self | |||
| type(tensor_t(double_precision)), | intent(in) | :: | tensor |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neural_network_t(double_precision)), | intent(in) | :: | self |