FNN 1.0.0
Toolbox to use NNs in Fortran.
|
Data Types | |
type | fnn_activation_relu::reluactivation |
Implements a relu activation function. More... | |
Modules | |
module | fnn_activation_relu |
Module dedicated to the class reluactivation. | |
Functions/Subroutines | |
type(reluactivation) function, public | fnn_activation_relu::construct_relu_activation (self_size, batch_size) |
Constructor for class reluactivation. More... | |
subroutine | fnn_activation_relu::relu_tofile (self, unit_num) |
Implements reluactivation::tofile. More... | |
subroutine | fnn_activation_relu::relu_apply_forward (self, member, z, y) |
Implements reluactivation::apply_forward. More... | |