Skip to content

Commit 74036d5

Browse files
committed
2 parents ffa742f + 8c554b8 commit 74036d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

faq/difference-deep-and-normal-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In applications of "usual" machine learning, there is typically a strong focus o
2626

2727

2828
Let's consider a ConvNet in context of image classification.
29-
Here, we use so-called "receptive fields" (think of them as "windows") that slide over our image. We then connect those "receptive fields" (for example of the size of 5x5 pixel) with 1 unit in the next layer, this is the so-called "feature map." After this mapping, we have constructed a so-called convolutional layer. Note that our feature detectors are basically replicates of one another -- they share the same weights. The idea is that if a feature detector is useful in one part of the imagine it is likely that it is useful somewhere else, but at the same time it allows each patch of image to be represented in several ways.
29+
Here, we use so-called "receptive fields" (think of them as "windows") that slide over our image. We then connect those "receptive fields" (for example of the size of 5x5 pixel) with 1 unit in the next layer, this is the so-called "feature map." After this mapping, we have constructed a so-called convolutional layer. Note that our feature detectors are basically replicates of one another -- they share the same weights. The idea is that if a feature detector is useful in one part of the image it is likely that it is useful somewhere else, but at the same time it allows each patch of image to be represented in several ways.
3030

3131
![](./difference-deep-and-normal-learning/convolution.png)
3232

0 commit comments

Comments
 (0)