Research Article
Fault Diagnosis of Rotating Machinery Based on Evolutionary Convolutional Neural Network
Table 1
Storage content of one list object.
| Structure | Parameter | Statement |
| Conv | Kernel number, kernel size, stride size, padding type | List = [convolutional(kernel = a, kernel_size=(), stride_size=(), padding = ’’)] | Pooling | Pooling size, stride size, padding type | List = [pooling(pool_size=(), stride_size=(), padding = ’’)] | fc | Unit number | List = [FullConnected(unit = b)] |
|
|