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

Data Types

type  fnn_layer_dropout::dropoutlayer
 Implements a dropout layer. More...
 

Modules

module  fnn_layer_dropout
 Module dedicated to the class dropoutlayer.
 

Functions/Subroutines

type(dropoutlayer) function, public fnn_layer_dropout::dropout_layer_fromfile (batch_size, unit_num)
 Constructor for class dropoutlayer from a file. More...
 
subroutine fnn_layer_dropout::dropout_tofile (self, unit_num)
 Implements dropoutlayer::tofile. More...
 
subroutine fnn_layer_dropout::dropout_apply_forward (self, train, member, x, y)
 Implements dropoutlayer::apply_forward. More...
 
subroutine fnn_layer_dropout::dropout_apply_tangent_linear (self, member, dp, dx, dy)
 Implements dropoutlayer::apply_tangent_linear. More...
 
subroutine fnn_layer_dropout::dropout_apply_adjoint (self, member, dy, dp, dx)
 Implements dropoutlayer::apply_adjoint. More...