How do I find output size of a network?
The input to a convolutional layer of a neural network is an image of size $128\times 128\times 3.$
$ 40$ convolutional filters of size $5\times 5$ are applied to it. Would you get an output? If no then why not? If yes, what will be the output size?
Topic matrix cnn machine-learning
Category Data Science