forked from ndrplz/self-driving-car
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrea Palazzi
authored
Jan 17, 2017
1 parent
dadc43e
commit d05e619
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |