#64 Machine Learning & Data Science Challenge 64
What is the pooling operation on CNN?
Pooling Layer:
It is commonly used to periodically insert a Pooling layer in-between successive Conv layers in a ConvNet architecture.
Its function is to progressively reduce the spatial size of the representat...
bhagirathkd.hashnode.dev1 min read