翻译:卷积层Convolutional Layer是深度卷积神经网络中最重要的组成部分主要作用是提取输入数据的特征。在卷积层CNN通过大小相同的卷积核按照一定的步长stride在输入的图层上滑动计算每个位置的元素乘积之和并将结果保存到输出特征图中。
The Convolutional Layer is the most important component in a deep Convolutional Neural Network, mainly used to extract features from input data. In the Convolutional Layer, CNN uses convolution kernels of the same size, sliding over the input layer with a certain stride, calculating the sum of the product of each element at each position, and saving the result to the output feature map.
原文地址: https://www.cveoy.top/t/topic/dJtQ 著作权归作者所有。请勿转载和采集!