Yekun's Note

Machine learning notes and writeup.

Fork me on GitHub

upload successful

The main aim of conv op is to extract useful features for downstream tasks. And different filters could intuitionally extract different aspect of features via backprop during training. Afterward, all the extracted features are combined to make decisions.

Read more »