construct single neuron_t object from an array of weights and a bias
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in) | :: | weights(:) | |||
real, | intent(in) | :: | bias |
construct single neuron_t object from an array of weights and a bias
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double precision, | intent(in) | :: | weights(:) | |||
double precision, | intent(in) | :: | bias |
construct linked list of neuron_t objects from an array of JSON-formatted text lines
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(double_precision_string_t), | intent(in) | :: | neuron_lines(:) | |||
integer, | intent(in) | :: | start |
construct linked list of neuron_t objects from an array of JSON-formatted text lines
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_t), | intent(in) | :: | neuron_lines(:) | |||
integer, | intent(in) | :: | start |