Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 637 Bytes

File metadata and controls

11 lines (8 loc) · 637 Bytes

Project 2 - Traffic Sign Classification

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.