摘要:
import tensorflow as tf from tensorflow.keras.datasets import cifar10 from tensorflow.keras.utils import to_categorical from tensorflow.keras.models i 阅读全文
posted @ 2025-10-15 23:30
千树(好困版)
阅读(6)
评论(0)
推荐(0)
摘要:
视频从卷积操作的基本概念入手,逐步深入到步长、边缘填充、特征图尺寸计算、参数共享、池化层作用以及整体网络架构等关键知识点,通过可视化的矩阵运算示例,让抽象的算法原理变得通俗易懂。 (一)卷积操作:特征提取的基石 卷积操作是CNN区别于传统神经网络的核心环节。视频中通过输入图像(Input Volum 阅读全文
posted @ 2025-10-15 23:25
千树(好困版)
阅读(21)
评论(0)
推荐(0)