Convolution operation feature map calculator.

less than 1 minute read

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.

Input Data Height:
  Input Data Width:
Filter Data Height:
  Filter Data Width:
Padding:
  Stride:

Leave a Comment