from_components Module Procedure

module procedure from_components pure module function from_components(mini_batches, learning_rate, optimizer) result(hyperparameters)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: mini_batches
real, intent(in) :: learning_rate
character(len=*), intent(in) :: optimizer

Return Value type(hyperparameters_t)