翻译: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 kernel
卷积层是深度卷积神经网络中最重要的组件,主要用于从输入数据中提取特征。在卷积层中,CNN使用相同大小的卷积核,在输入层上滑动一定步长,计算每个位置上每个元素的乘积之和,并将结果保存到输出特征图中。
原文地址: https://www.cveoy.top/t/topic/dJtR 著作权归作者所有。请勿转载和采集!