Skip to content

Latest commit

 

History

History
 
 

project_2_traffic_sign_classifier

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.