Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | mini_batches | |||
real, | intent(in) | :: | learning_rate | |||
character(len=*), | intent(in) | :: | optimizer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_t), | intent(in) | :: | lines(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | mini_batches | |||
double precision, | intent(in) | :: | learning_rate | |||
character(len=*), | intent(in) | :: | optimizer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(double_precision_string_t), | intent(in) | :: | lines(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hyperparameters_t), | intent(in) | :: | lhs | |||
class(hyperparameters_t), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hyperparameters_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hyperparameters_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hyperparameters_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hyperparameters_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hyperparameters_t(double_precision)), | intent(in) | :: | lhs | |||
class(hyperparameters_t(double_precision)), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hyperparameters_t(double_precision)), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hyperparameters_t(double_precision)), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hyperparameters_t(double_precision)), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hyperparameters_t(double_precision)), | intent(in) | :: | self |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | kind | :: | k | = | default_real | |
character(len=:), | public, | allocatable | :: | optimizer_ | |||
real(kind=k), | private | :: | learning_rate_ | = | real(1.5, k) | ||
integer, | private | :: | mini_batches_ | = | 10 |
private pure, module function default_real_from_components (mini_batches, learning_rate, optimizer) | |
private pure, module function default_real_from_json (lines) | |
private pure, module function double_precision_from_components (mini_batches, learning_rate, optimizer) | |
private pure, module function double_precision_from_json (lines) |
generic, public :: learning_rate => default_real_learning_rate, double_precision_learning_rate | |
generic, public :: mini_batches => default_real_mini_batches, double_precision_mini_batches | |
generic, public :: operator(==) => default_real_equals, double_precision_equals | |
generic, public :: optimizer_name => default_real_optimizer_name, double_precision_optimizer_name | |
generic, public :: to_json => default_real_to_json, double_precision_to_json | |
procedure, private :: default_real_equals | |
procedure, private :: default_real_learning_rate | |
procedure, private :: default_real_mini_batches | |
procedure, private :: default_real_optimizer_name | |
procedure, private :: default_real_to_json | |
procedure, private :: double_precision_equals | |
procedure, private :: double_precision_learning_rate | |
procedure, private :: double_precision_mini_batches | |
procedure, private :: double_precision_optimizer_name | |
procedure, private :: double_precision_to_json |