(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Recognition of traffic signs by convolutional neural nets for self-driving vehicles

What is it about?

In this paper, a comprehensive Convolutional Neural Network (CNN) based classifier “WAF-LeNet” is proposed and developed to be used in traffic signs recognition and identification as an empowerment of autonomous driving technologies. The implemented architecture is a deep fifteen-layer network that has been selected after extensive trials to be fast enough to suit the designated application. The CNN got trained using Adam’s optimization algorithm as a variant of the Stochastic Gradient Descent (SGD) technique. The learning process is carried out using the well-known “German Traffic Sign Dataset–GTSRB”. The data has been partitioned into training, validation and testing data sets. Additionally, more random traffic signs images are collected from the web and further used to test the robustness of the proposed CNN classifier. The paper goes through the development process in details and shows the image …

Why is it important?

a necessity for autonomous driving

Read more on Kudos…
The following have contributed to this page:
Wael Farag
' ,"url"));