Traffic Sign Classification with a Convolutional Network

I approach the traffic signs classification problem with a convolutional neural network implemented in TensorFlow reaching 99.33% accuracy. The highlights of this solution would be data pre-processing, data augmentation pipeline, pre-training and skipping connections in the network. I am using Python as programming language and TensorFlow as a fairly low-level machine learning framework.

[1]  Jürgen Schmidhuber,et al.  A committee of neural networks for traffic sign classification , 2011, The 2011 International Joint Conference on Neural Networks.

[2]  Johannes Stallkamp,et al.  The German Traffic Sign Recognition Benchmark: A multi-class classification competition , 2011, The 2011 International Joint Conference on Neural Networks.

[3]  Mrinal Haloi,et al.  Traffic Sign Classification Using Deep Inception Based Convolutional Networks , 2015, ArXiv.

[4]  Yann LeCun,et al.  Traffic sign recognition with multi-scale Convolutional Networks , 2011, The 2011 International Joint Conference on Neural Networks.