The goal of this project was to build a CNN in TensorFlow to classify traffic sign images from the German Traffic Sign Dataset.
Main steps covered in this lab are:
- dataset exploration and visualization
- data augmentation
- deep network design and training
- visualization of the certainty/uncertainty of the model's predictions
You can find my submission here.