My submission for P-2 Udacity Self Driving Car Nanodegree
Self Driving Cars will have to recognize traffic signs and then obey the same. In this project we use deep neural networks and convolutional neural networks to classify traffic signs.
In this project we build a traffic sign classifier using a Deep Learning. Steps include:
- normalizing image data
- balancing the data set
- building and training a convolutional neural network with a traffic sign dataset
- tweaking the initializations, hyper parameters, fully connected layer sizes, the CNN filter sizes to increase the accuracy of the system
- testing the accuracy of the system with images found on the internet
Final Project: https://github.com/railsnoob/Traffic-Sign-Classifier-Project/blob/master/Traffic_Sign_Classifier.ipynb