OD
(Choose 2 answers)
In lecture we talked about "parameter sharing" as a benefit of using convolutional networks. Which of the following statements about parameter sharing in ConvNets are true? (Check all that apply.)
A. It allows parameters learned for one task to be shared even for a different task (transfer learning).
B. It reduces the total number of parameters, thus reducing overfitting.
C. It allows gradient descent to set many of the parameters to zero, thus making the connections sparse.
D. It allows a feature detector to be used in multiple locations throughout the whole input image/input volume.
Exit 50