This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add chapter "Problems with image recognition" (#17)
- Loading branch information
1 parent
15e196f
commit 8502f2d
Showing
5 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
sections/convolutional neural networks/problems with image recognition.tex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Most neural networks are unable to handle the amount of data contained in an image. | ||
For example an image with a resolution of 3264x2448 (8 Megapixels) would result in almost 24 million inputs, as each pixel is split into its red, green and blue parts. | ||
|
||
Another challenge is the detection of so called "features" across an image. Traditional neural networks only detect a feature at a specific location in the image. | ||
This is a big issue in image recognition, as you almost always want the entire image to be handled equally. | ||
A self-driving car should recognize a stop sign, regardless of its position in the image. |
File renamed without changes.
File renamed without changes.
File renamed without changes.