Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Palazzi authored Jan 17, 2017
1 parent dadc43e commit d05e619
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions project_2_traffic_sign_classifier/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Project 2 - Traffic Sign Classification

The goal of this project was to build a **CNN** in [TensorFlow](https://www.tensorflow.org/) to **classify traffic sign images** from the [German Traffic Sign Dataset](http://benchmark.ini.rub.de/?section=gtsrb&subsection=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](https://github.com/ndrplz/self-driving-car/blob/master/project_2_traffic_sign_classifier/Traffic_Sign_Classifier.ipynb).

0 comments on commit d05e619

Please sign in to comment.