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

Data Types

type  fnn_activation_linear::linearactivation
 Base class for all activation functions. Implements a linear activation function. More...
 

Modules

module  fnn_activation_linear
 Module dedicated to the class linearactivation.
 

Functions/Subroutines

type(linearactivation) function, public fnn_activation_linear::construct_linear_activation (self_size, batch_size)
 Constructor for class linearactivation. More...
 
subroutine fnn_activation_linear::linear_tofile (self, unit_num)
 Implements linearactivation::tofile. More...
 
subroutine fnn_activation_linear::linear_apply_forward (self, member, z, y)
 Implements linearactivation::apply_forward. More...
 
subroutine fnn_activation_linear::linear_apply_tangent_linear (self, member, dz, dy)
 Implements linearactivation::apply_tangent_linear. More...
 
subroutine fnn_activation_linear::linear_apply_adjoint (self, member, dy, dz)
 Implements linearactivation::apply_adjoint. More...