Table of Contents ▸ List of Commands ▸ Neural Networks ▸ nn_resfcnl | ◀ nn_resconv3dnl | nn_reshape ▶ |
nn_resfcnl
Arguments:
- out,_in,_activation,_learning_mode,_regularization>=0
Description:
Add a resfcnl (residual fully connecter layer followed by a non-linearity) to the current network.learning_mode can be { 0:No learning | 1:Weights only | 2:Biases only | 3:Weights+biases }.
Default values:
in=. (previous layer), activation=leakyrelu, learning_mode=3 and regularization=0.