Table 1.
The CNN architecture for kernel classification. The Conv, FC, and Avg pool stand for convolutional layer, fully connected layer, and average pooling layer, respectively.
Type/Stride | Filter Size | Number of Filters | Output Size |
---|---|---|---|
Conv/s1 | 32 | ||
Conv/s1 | 32 | ||
Avg pool/s2 | - | ||
Conv/s1 | 64 | ||
Conv/s1 | 64 | ||
Conv/s1 | 64 | ||
Avg pool/s1 | - | ||
FC-256 | |||
FC-128 | |||
Sigmoid |