what does it mean to say that CNN has sparse connections? why CNNs are sparsely connected?
Contents
hide
Best Answer
In neural network usage, "dense" connections connect all inputs.
By contrast, a CNN is "sparse" because only the local "patch" of pixels is connected, instead using all pixels as an input.
Similar Posts:
- Solved – the difference between capital X-bar vs. x-bar vs. mu
- Solved – the difference between capital X-bar vs. x-bar vs. mu
- Solved – What are the benefits and limitations of Apriori algorithm?
- Solved – Bradley-Terry models by using R?
- Solved – Does it make sense to use dropout in last layer of regression neural network?