April 2026
461 pages
17h 56m
English
The MNIST example shows that this concept works very well for the supervised classification of images. A simple CNN is sufficient for this type of image. Training, the most computationally intensive element, can be accomplished in an acceptable amount of time even with simple computers.
But what if we had to distinguish between 100 or 1,000 image classes? We would need considerably more computing power to train the neural network, but above all, we would have a huge amount of training data, that is, image class pairs. Let’s link this to a specific task (see the Task box).
Using the images shown in Figure 8.9, implement an image classifier that can recognize the following six classes: ...
Read now
Unlock full access