In this case study, we will understand the way in which we can classify a signal into one of the 43 possible classes.
Traffic sign identification
Getting ready
For this exercise, we will adopt the following strategy:
- Download the dataset that contains all possible traffic signs
- Perform histogram normalization on top of input images:
- Certain images are taken in broad day light, while others might be taken in twilight
- Different lighting conditions result in a variation in pixel values, depending on the lighting condition at which the picture is taken
- Histogram normalization performs normalization on pixel values so that they all have a similar distribution
- Scale the input images
- Build, compile, and fit a model to reduce...