Experiment - Convolution operation concept
Problem:You want to understand how a convolution operation works in a simple neural network layer using TensorFlow. Currently, you have a model that applies a convolution but you don't see how the output changes with different filters.
Current Metrics:No training metrics yet, just initial output shape and values from a convolution layer with one filter.
Issue:The model uses only one filter and the output is not very informative. You want to experiment with multiple filters and see how the convolution operation extracts different features.