CNN
フィルタ数って?
tf.nn.conv2d
https://qiita.com/YusukeSuzuki@github/items/0764d15b9d0b97ec1e16
https://www.tensorflow.org/api_docs/python/tf/nn/conv2d?version=stable
filters: A Tensor. Must have the same type as input. A 4-D tensor of shape (filter_height, filter_width, in_channels, out_channels)
tf.keras.layers.Conv2D
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Conv2D?version=stable
filters: Integer, the dimensionality of the output space (i.e. the number of output filters in the convolution).
複数チャネルの畳み込みって?
https://axa.biopapyrus.jp/deep-learning/cnn.html
1x1(pointwise)畳み込みって?
https://www.robotech-note.com/entry/2017/12/24/191936
チャンネルにまたがって畳み込み?