Solved – What does it mean to say that CNN has sparse connections

what does it mean to say that CNN has sparse connections? why CNNs are sparsely connected?

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:

Rate this post

Leave a Comment