|
FNN 1.0.0
Toolbox to use NNs in Fortran.
|
Data Types | |
| type | fnn_activation_tanh::tanhactivation |
Implements a tanh activation function. More... | |
Modules | |
| module | fnn_activation_tanh |
| Module dedicated to the class tanhactivation. | |
Functions/Subroutines | |
| type(tanhactivation) function, public | fnn_activation_tanh::construct_tanh_activation (self_size, batch_size) |
| Constructor for class tanhactivation. More... | |
| subroutine | fnn_activation_tanh::tanh_tofile (self, unit_num) |
| Implements tanhactivation::tofile. More... | |
| subroutine | fnn_activation_tanh::tanh_apply_forward (self, member, z, y) |
| Implements tanhactivation::apply_forward. More... | |