All Projects → udacity → Carnd Traffic Sign Classifier Project

udacity / Carnd Traffic Sign Classifier Project

Licence: mit
Classify Traffic Signs.

Projects that are alternatives of or similar to Carnd Traffic Sign Classifier Project

Quantum
Microsoft Quantum Development Kit Samples
Stars: ✭ 3,453 (+969.04%)
Mutual labels:  jupyter-notebook
Siml
Machine Learning algorithms implemented from scratch
Stars: ✭ 319 (-1.24%)
Mutual labels:  jupyter-notebook
Bokeh Python Visualization
A Bokeh project developed for learning and teaching Bokeh interactive plotting!
Stars: ✭ 321 (-0.62%)
Mutual labels:  jupyter-notebook
Dliss Tutorial
Tutorial for International Summer School on Deep Learning, 2019
Stars: ✭ 319 (-1.24%)
Mutual labels:  jupyter-notebook
Self Correction Human Parsing
An out-of-box human parsing representation extractor.
Stars: ✭ 319 (-1.24%)
Mutual labels:  jupyter-notebook
Datos Covid19
En formato estándar
Stars: ✭ 316 (-2.17%)
Mutual labels:  jupyter-notebook
Financial Models Numerical Methods
Collection of notebooks about quantitative finance, with interactive python code.
Stars: ✭ 3,534 (+994.12%)
Mutual labels:  jupyter-notebook
Ml prep
Machine Learning interview prep guide
Stars: ✭ 298 (-7.74%)
Mutual labels:  jupyter-notebook
Python
🐍 Python Programs
Stars: ✭ 320 (-0.93%)
Mutual labels:  jupyter-notebook
Sars tutorial
Repository for the tutorial on Sequence-Aware Recommender Systems held at TheWebConf 2019 and ACM RecSys 2018
Stars: ✭ 320 (-0.93%)
Mutual labels:  jupyter-notebook
Reco Gym
Code for reco-gym: A Reinforcement Learning Environment for the problem of Product Recommendation in Online Advertising
Stars: ✭ 314 (-2.79%)
Mutual labels:  jupyter-notebook
Python For Text Analysis
If you want to use Python for text analysis, this course is for you!
Stars: ✭ 319 (-1.24%)
Mutual labels:  jupyter-notebook
Standalone Deeplearning
2019 KAIST 딥러닝 홀로서기 세미나용 저장소입니다.
Stars: ✭ 318 (-1.55%)
Mutual labels:  jupyter-notebook
Python Scraping
Code samples from the book Web Scraping with Python http://shop.oreilly.com/product/0636920034391.do
Stars: ✭ 3,557 (+1001.24%)
Mutual labels:  jupyter-notebook
Julia Dataframes Tutorial
A tutorial on Julia DataFrames package
Stars: ✭ 318 (-1.55%)
Mutual labels:  jupyter-notebook
Thinkstats2
Text and supporting code for Think Stats, 2nd Edition
Stars: ✭ 3,474 (+975.54%)
Mutual labels:  jupyter-notebook
Bmc
Notes on Scientific Computing for Biomechanics and Motor Control
Stars: ✭ 319 (-1.24%)
Mutual labels:  jupyter-notebook
Joypy
Joyplots in Python with matplotlib & pandas 📈
Stars: ✭ 322 (-0.31%)
Mutual labels:  jupyter-notebook
Notebooks Contrib
RAPIDS Community Notebooks
Stars: ✭ 321 (-0.62%)
Mutual labels:  jupyter-notebook
Recurrent Neural Networks
Learning about and doing projects with recurrent neural networks
Stars: ✭ 320 (-0.93%)
Mutual labels:  jupyter-notebook

Project: Build a Traffic Sign Recognition Program

Udacity - Self-Driving Car NanoDegree

Overview

In this project, you will use what you've learned about deep neural networks and convolutional neural networks to classify traffic signs. You will train and validate a model so it can classify traffic sign images using the German Traffic Sign Dataset. After the model is trained, you will then try out your model on images of German traffic signs that you find on the web.

We have included an Ipython notebook that contains further instructions and starter code. Be sure to download the Ipython notebook.

We also want you to create a detailed writeup of the project. Check out the writeup template for this project and use it as a starting point for creating your own writeup. The writeup can be either a markdown file or a pdf document.

To meet specifications, the project will require submitting three files:

  • the Ipython notebook with the code
  • the code exported as an html file
  • a writeup report either as a markdown or pdf file

Creating a Great Writeup

A great writeup should include the rubric points as well as your description of how you addressed each point. You should include a detailed description of the code used in each step (with line-number references and code snippets where necessary), and links to other supporting documents or external references. You should include images in your writeup to demonstrate how your code works with examples.

All that said, please be concise! We're not looking for you to write a book here, just a brief description of how you passed each rubric point, and references to the relevant code :).

You're not required to use markdown for your writeup. If you use another method please just submit a pdf of your writeup.

The Project

The goals / steps of this project are the following:

  • Load the data set
  • Explore, summarize and visualize the data set
  • Design, train and test a model architecture
  • Use the model to make predictions on new images
  • Analyze the softmax probabilities of the new images
  • Summarize the results with a written report

Dependencies

This lab requires:

The lab environment can be created with CarND Term1 Starter Kit. Click here for the details.

Dataset and Repository

  1. Download the data set. The classroom has a link to the data set in the "Project Instructions" content. This is a pickled dataset in which we've already resized the images to 32x32. It contains a training, validation and test set.
  2. Clone the project, which contains the Ipython notebook and the writeup template.
git clone https://github.com/udacity/CarND-Traffic-Sign-Classifier-Project
cd CarND-Traffic-Sign-Classifier-Project
jupyter notebook Traffic_Sign_Classifier.ipynb

Requirements for Submission

Follow the instructions in the Traffic_Sign_Classifier.ipynb notebook and write the project report using the writeup template as a guide, writeup_template.md. Submit the project code and writeup document.

How to write a README

A well written README file can enhance your project and portfolio. Develop your abilities to create professional README files by completing this free course.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].