FNN 1.0.0
Toolbox to use NNs in Fortran.
Loading...
Searching...
No Matches
Data Types | Modules | Functions/Subroutines
fnn_activation_tanh.f90 File Reference

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...