中文说明: 1 设置CNN的基本参数规格,如卷积、降采样层的数量,卷积核的大小、降采样的降幅 2 cnnsetup函数 初始化卷积核、偏置等 3 cnntrain函数 训练cnn,把训练数据分成batch,然后调用
English Description:
1. Set the basic parameters of CNN, such as the number of convolution and downsampling layers, the size of convolution core and the downsampling amplitude;