Research Article

Research on Classification Method of Medical Ultrasound Image Processing Based on Neural Network

Table 2

Structure of CNN4 used in this study.

LayerInputFilterPaddingStrideOutput

Conv164 × 64, 25 × 5, 642 × 21 × 164 × 64, 64
Max-pooling164 × 64, 643 × 31 × 12 × 232 × 32, 64
Conv232 × 32, 645 × 5, 642 × 21 × 132 × 32, 64
Max-pooling232 × 32, 643 × 31 × 12 × 216 × 16, 64
Conv316 × 16, 643 × 3, 641 × 11 × 116 × 16, 64
Max-pooling316 × 16, 642 × 20 × 02 × 28 × 8, 64
Conv48 × 8, 643 × 3, 3841 × 11 × 18 × 8, 384
Max-pooling48 × 8, 3848 × 80 × 08 × 81 × 1, 384
Fc11 × 1, 3841 × 1, 192
Fc21 × 1, 1921 × 1, 1

conv denotes convolutional layer; Fc denotes fully connected layer; the format of the data in the table is size × number.