It is possible to get the feature filters of a CNN built with tensorflow

I don’t see any function to help get these arrays and it would be useful to see them, either to see if the network is built correctly or to better understand how these neural network work.

That’s the kind of image I’m trying to get.

Thanks for helping!

@josep29,

Welcome to the Tensorflow Forum!

Please refer to Visualizing Filters and Feature Maps in CNNs - TensorFlow Keras.

Thank you!

Hello
you can create a CNN using TensorFlow
Image result for It is possible to get the feature filters of a CNN built with tensorflow
Convolutional Neural Network (CNN)
On this page.
Import TensorFlow.
Download and prepare the CIFAR10 dataset.
Verify the data.
Create the convolutional base.
Add Dense layers on top.
Compile and train the model.
Evaluate the model.