All Projects → priya-dwivedi → Carnd

priya-dwivedi / Carnd

Projects that are alternatives of or similar to Carnd

Pbpython
Code, Notebooks and Examples from Practical Business Python
Stars: ✭ 1,724 (+1301.63%)
Mutual labels:  jupyter-notebook
Neural Processes
Pytorch implementation of Neural Processes for functions and images 🎆
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Learn jupyter
This is a jupyter practical tutorial. Welcome to edit together!
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Python autocomplete
Use Transformers and LSTMs to learn Python source code
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Openradar
An open source library for interacting with and processing radar data, specialized for MIMO mmWave radars
Stars: ✭ 122 (-0.81%)
Mutual labels:  jupyter-notebook
Python Artificial Intelligence Projects For Beginners
Python Artificial Intelligence Projects for Beginners, published by Packt
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Captiongen
Generate captions for an image using PyTorch
Stars: ✭ 122 (-0.81%)
Mutual labels:  jupyter-notebook
Pytorch Sift
PyTorch implementation of SIFT descriptor
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Datasist
A Python library for easy data analysis, visualization, exploration and modeling
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Autoencoders
Implementation of simple autoencoders networks with Keras
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Tf2 notes
(Unoffical)人工智能实践:Tensorflow笔记
Stars: ✭ 121 (-1.63%)
Mutual labels:  jupyter-notebook
Melgan Vc
MelGAN-VC: Voice Conversion and Audio Style Transfer on arbitrarily long samples using Spectrograms
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Logisticregression vectorized implementation
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Metrabs
This is a computer vision algorithm that takes a single RGB image as the input and estimates 3D human poses as the output.
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Deeptime
Deep learning meets molecular dynamics.
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Py entitymatching
Stars: ✭ 122 (-0.81%)
Mutual labels:  jupyter-notebook
Advanced Deep Learning And Reinforcement Learning Deepmind
🎮 Advanced Deep Learning and Reinforcement Learning at UCL & DeepMind | YouTube videos 👉
Stars: ✭ 121 (-1.63%)
Mutual labels:  jupyter-notebook
Helm Chart
A store of Helm chart tarballs for deploying JupyterHub and BinderHub on a Kubernetes cluster
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Part reid
Code for ICCV2017 paper: Deeply-Learned Part-Aligned Representations for Person Re-Identification
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Conversationai Models
A repository to house model building experiments and tools that are part of the Conversation AI effort.
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook

Self Driving Car Nano Degree

This repository contains my project submissions for Udacity's self driving car nano degree.

The Self-Driving Car Engineer is an online certification intended to prepare students to become self-driving car engineers. The program was developed by Udacity in partnership with Mercedes-Benz, NVIDIA, Otto, DiDi, BMW, McLaren and NextEv.

Program Outline:

Term 1: Deep Learning and Computer Vision (Started Jan 2017)

Deep Learning

  • Project 2: Traffic Sign Classifier (Deep Learning) - Use tensorflow to train a convolution neural network capable of detecting road side traffic signs.
  • Project 3: Behavioural Cloning (Deep Learning): Train a car to drive in a 3D simulator using a deep neural network.

Computer Vision

  • Project 1: Finding Lane Lines (Intro to Computer Vision): Introductory project which used basic computer vision techniques like canny edge and hough transforms to detect lane lines
  • Project 4: Advanced Lane Lines (Computer Vision): Use of image thresholding, warping and fitting lanes lines to develop a more robust method of detecting lane lines on a road
  • Project 5: Vehicle Detection (Computer Vision): Use of HOG and SVM to detect vehicles on a road

Term 2: Sensor Fusion, Localisation and Control (Started March 2017)

  1. Sensor Fusion
  • Combining lidar and radar data to track objects in the environment using Kalman filters.
  1. Localisation
  • Locate a car relative to the world (Align a car and sensors to the map).
  • Use particle filters to localise the vehicle.
  1. Control
  • Fundamental concepts of robotic control.
  • Build algorithms to steer car and wheels so as to meet an objective.

Term 3: Path Planning, Controlling a Self-Driving Car

Path Planning: Finding a sequence of steps in a maze (navigating cities, parking lots) Put your code in a self-driving car

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].