FNN
1.0.0
Toolbox to use NNs in Fortran.
Loading...
Searching...
No Matches
- c -
construct_dense_layer() :
fnn_layer_dense
construct_linear_activation() :
fnn_activation_linear
construct_nonlinear_activation() :
fnn_activation_nonlinear
construct_relu_activation() :
fnn_activation_relu
construct_sequential_neural_network() :
fnn_network_sequential
construct_tanh_activation() :
fnn_activation_tanh
- d -
dense_apply_adjoint() :
fnn_layer_dense
dense_apply_forward() :
fnn_layer_dense
dense_apply_tangent_linear() :
fnn_layer_dense
dense_layer_fromfile() :
fnn_layer_dense
dense_tofile() :
fnn_layer_dense
dropout_apply_adjoint() :
fnn_layer_dropout
dropout_apply_forward() :
fnn_layer_dropout
dropout_apply_tangent_linear() :
fnn_layer_dropout
dropout_layer_fromfile() :
fnn_layer_dropout
dropout_tofile() :
fnn_layer_dropout
- k -
keras_file_to_txt() :
keras_to_fnn
keras_to_txt() :
keras_to_fnn
- l -
layer_apply_adjoint() :
fnn_layer
layer_apply_forward() :
fnn_layer
layer_apply_tangent_linear() :
fnn_layer
layer_get_num_parameters() :
fnn_layer
layer_get_parameters() :
fnn_layer
layer_set_parameters() :
fnn_layer
layer_tofile() :
fnn_layer
linear_apply_adjoint() :
fnn_activation_linear
linear_apply_forward() :
fnn_activation_linear
linear_apply_tangent_linear() :
fnn_activation_linear
linear_tofile() :
fnn_activation_linear
- n -
nonlinear_apply_adjoint() :
fnn_activation_nonlinear
nonlinear_apply_tangent_linear() :
fnn_activation_nonlinear
norm_apply_adjoint() :
fnn_layer_normalisation
norm_apply_forward() :
fnn_layer_normalisation
norm_apply_tangent_linear() :
fnn_layer_normalisation
norm_layer_fromfile() :
fnn_layer_normalisation
norm_tofile() :
fnn_layer_normalisation
- r -
rand1d() :
fnn_common
rand2d() :
fnn_common
relu_apply_forward() :
fnn_activation_relu
relu_tofile() :
fnn_activation_relu
- s -
snn_apply_adjoint() :
fnn_network_sequential
snn_apply_forward() :
fnn_network_sequential
snn_apply_tangent_linear() :
fnn_network_sequential
snn_fromfile() :
fnn_network_sequential
snn_get_input_size() :
fnn_network_sequential
snn_get_num_parameters() :
fnn_network_sequential
snn_get_output_size() :
fnn_network_sequential
snn_get_parameters() :
fnn_network_sequential
snn_set_parameters() :
fnn_network_sequential
snn_tofile() :
fnn_network_sequential
- t -
tanh_apply_forward() :
fnn_activation_tanh
tanh_tofile() :
fnn_activation_tanh
Generated by
1.9.5