翻译:The convolutional layer is the most important component of deep convolutional neural networks mainly used to extract features from input data In the convolutional layer CNN slides a convolution ker
卷积层是深度卷积神经网络最重要的组成部分,主要用于从输入数据中提取特征。在卷积层中,CNN使用一个相同大小的卷积核在输入层上滑动,以一定的步长计算每个位置的元素逐个相乘之和,并将结果保存到输出特征映射中。
原文地址: https://www.cveoy.top/t/topic/dJtP 著作权归作者所有。请勿转载和采集!