FNN 1.0.0
Toolbox to use NNs in Fortran.
Loading...
Searching...
No Matches
Modules List
Here is a list of all modules with brief descriptions:
[detail level 12]
 Nfnn_activation_linearModule dedicated to the class linearactivation
 ClinearactivationBase class for all activation functions. Implements a linear activation function
 Nfnn_activation_nonlinearModule dedicated to the class nonlinearactivation
 CnonlinearactivationBase class for nonlinear activation functions. Do not instanciate
 Nfnn_activation_reluModule dedicated to the class reluactivation
 CreluactivationImplements a relu activation function
 Nfnn_activation_tanhModule dedicated to the class tanhactivation
 CtanhactivationImplements a tanh activation function
 Nfnn_commonModule fnn_common. Implements some common features
 Nfnn_layerModule dedicated to the class layer
 ClayerBase class for all layers. Do not instanciate
 Nfnn_layer_denseModule dedicated to the class denselayer
 CdenselayerImplements a dense (fully-connected) layer
 Nfnn_layer_dropoutModule dedicated to the class dropoutlayer
 CdropoutlayerImplements a dropout layer
 Nfnn_layer_normalisationModule dedicated to the class normalisationlayer
 CnormalisationlayerImplements a normalisation layer
 Nfnn_network_sequentialModule dedicated to the class sequentialneuralnetwork
 ClayercontainerLayer container class
 CsequentialneuralnetworkImplements a sequential neural network
 Nkeras_to_fnnInterface module between keras and FNN
 CUnsupportedLayerExceptionException class for unsupported layers
 CUnsupportedModelExceptionException class for unsupported models