Research Article

Intelligent Evaluation and Early Warning of Liquidity Risk of Commercial Banks Based on RNN

Table 4

Training parameters of liquidity risk intelligent early warning model for commercial banks.

ParameterParameter valueParameter definition

Size[16,16,16,16,16]Dimensions of network layers
n5Network layers
Activation_ functionReLUHidden layer activation function
Learning rate0.04Learning rate, the rate of weight update
Loss functionCrossEntropyLoss function of cross entropy
Scaling_learning rate0.001Learning rate change factor (each epoch), the rate of change for each iteration
Weight penalty L20Weight penalty L2 to limit the weight range
Non-sparsity penalty0Non-sparsity penalties are designed to minimize the sum of weights for each layer, i.e., sparsity
Sparsity target0Sparsity target, the target value of the sum of weights for each layer
Input zero masked fraction0Denoising effect of automatic coding to increase anti-noise ability of network
Dropout fraction0.4Dropout network improvement
Epoch3000Iteration times
OutputSoftmaxOutput layer activation function