trainable_network_t Interface

public interface trainable_network_t

Functions

private pure module function default_real_network(neural_network) result(trainable_network)

Arguments

Type IntentOptional Attributes Name
type(neural_network_t), intent(in) :: neural_network

Return Value type(trainable_network_t)

private module function perturbed_identity_network(training_configuration, perturbation_magnitude, metadata, input_map, output_map) result(trainable_network)

Arguments

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

Return Value type(trainable_network_t)