0 votes
in Machine Learning by
Why do we use convolutions for images rather than just FC layers?

1 Answer

0 votes
by

Firstly, convolutions preserve, encode, and actually use the spatial information from the image. If we used only FC layers we would have no relative spatial information. Secondly, Convolutional Neural Networks (CNNs) have a partially built-in translation in-variance, since each convolution kernel acts as it's own filter/feature detector.

Related questions

0 votes
asked Nov 1, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Aug 6, 2020 in Maven - Coalescing Pipeline by Robindeniel
...