|
Symbol
|
Description
|
|
q
|
Dropout rate |
|
lr
|
Batch size |
|
m
|
Learning rate |
|
ke
|
Convolution kernel size (kernel height = kernel width) |
|
K
|
Number of sample categories |
|
X
|
Sample dataset |
|
|
Vector input to the l layer |
|
|
Output vector from the l layer |
|
|
Activation function |
|
|
Input of the l layer |
|
|
Weight of the l layer of
|
|
|
Bias of the l layer of
|
|
|
Input of the sample of the K category in the l layer |
|
|
Weight of the l layer of class k |
|
|
Bias of the l layer of class k |
|
|
Input image size |
|
|
Stride size |
|
|
Padding size |
|
|
Output image size |
|
|
Number of weights the convolutional layer |
|
|
Number of biases of the convolutional layer |
|
|
Number of all parameters of the convolutional layer |
|
|
Set number of cores |
|
|
Number of input image channels |
|
|
Number of biases of the fully connected layer connected to the convolutional layer |
|
|
Number of weights of the fully connected layer connected to the convolutional layer |
|
|
Output image size of the previous convolution layer |
|
|
Total number of parameters in the current fully connected layer |
|
F
|
Number of neurons in the current fully connected layer |
|
F
−1
|
Number of neurons in the previous fully connected layer |