Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - 解释了深度学习的理论基础,涵盖了卷积网络、滤波器和特征图,以及它们在跨层特征提取中的作用。
ImageNet Classification with Deep Convolutional Neural Networks, Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton, 2012Advances in Neural Information Processing Systems 25 (NIPS 2012), Vol. 25 (Curran Associates, Inc., Red Hook, NY) - 这篇有影响力的论文展示了深度卷积神经网络在图像分类中的应用,证明了通过多层学习到的特征。
tf.keras.layers.Conv2D, Keras team, 2024 (TensorFlow team) - tf.keras.layers.Conv2D层的官方文档,描述了其参数、输入/输出形状,以及filters参数如何决定输出特征图的数量。