Previous | Next --- Slide 22 of 51
Back to Lecture Thumbnails
pdp

Interesting trick to reduce number of parameters: If there are lot of fully connected layers, like in VGGNet, the number of parameters to be trained are significantly higher than conv layers. So many recent networks try to avoid FC layers and mimic the same through multiple different sized conv layers. (Eg. GoogleNet)