Convolution operation feature map calculator.
Published:
This post allows users to experiment with 2D convolution by defining input data shape, values, filter/kernel shape, values, and other parameters like stride and padding. It will calculate the feature map size and values for the given input and kernel values.
Leave a Comment