Blog posts

2024

Convolution and Pooling operation feature map shape calculator.

less than 1 minute read

Published:

This post allows users calculate/track the feature map size while stacking the Convolution and Pooling operations and select the appropriate number of neurons in the first Fully Connected/ Dense/Linear layer while building Convolutional Neural Networks.

2023

Pooling operation feature map calculator.

less than 1 minute read

Published:

This post allows users to experiment with 2D pooling by defining input data shape, values, and pooling filter/kernel shape. It will calculate the feature map size and values for the given input based on max or average pooling.

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.

2022