Personal-Trainer-541 t1_j0ugmsl wrote on December 19, 2022 at 2:45 PM Reply to Can CNNs contain filters which are both fixed (with weights) and learned? by boutta_call_bo_vice IMO nothing can stop you to do that. However, the whole point of DL (CNNs) is that you remove most of the feature extracting step (e.g. edge filters) and let the model learn the necessary features/patterns directly from the data. Permalink 4
Personal-Trainer-541 t1_j0ugmsl wrote
Reply to Can CNNs contain filters which are both fixed (with weights) and learned? by boutta_call_bo_vice
IMO nothing can stop you to do that. However, the whole point of DL (CNNs) is that you remove most of the feature extracting step (e.g. edge filters) and let the model learn the necessary features/patterns directly from the data.