An open API service indexing awesome lists of open source software.

https://github.com/hlfshell/udacity-carnd-traffic_sign_classifier

Using Deep Learning / LeNet CNN architecture to identify traffic signs
https://github.com/hlfshell/udacity-carnd-traffic_sign_classifier

Last synced: 6 months ago
JSON representation

Using Deep Learning / LeNet CNN architecture to identify traffic signs

Awesome Lists containing this project

README

          

## Project: Build a Traffic Sign Recognition Program
[![Udacity - Self-Driving Car NanoDegree](https://s3.amazonaws.com/udacity-sdc/github/shield-carnd.svg)](http://www.udacity.com/drive)

Overview
---
In this project, I will be using the [German Traffic Sign Dataset](http://benchmark.ini.rub.de/?section=gtsrb&subsection=dataset) combined with the LeNet CNN architecture to create a deep neural network that can identify signs.

This is a project from term 1 of the self driving car nanodegree program at Udacity.

`WRITEUP.md` contains the project writeup.

The `evaluation-signs` folder contains the images used for the "off the internet" testing of the model.

The jupyter notebook should be viewable through the `.pynb` file or the `.html` export of the notebook.