Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 2.13 KB

README.md

File metadata and controls

18 lines (14 loc) · 2.13 KB

Projects based on Deep Learning

Deep Learning has taken the tech industry by storm. With applications ranging across domains, this repository focuses on some use-case based projects of Deep Learning. The major focus that can be seen is on Computer Vision based applications.

Most of the projects were done as a part of the Computer Vision Nanodegree & Self-Driving Car Nanodegree from Udacity. Indivuidual projects have been described in detail for the approach & solution in their respective README.

Content

  1. Facial Keypoint Detection : Detecting Faces & unique keypoint features of a face.
  2. Image Captioning : Generating captions for a input image based on Microsoft COCO dataset
  3. Landmark Detection & Robot Tracking (SLAM)
  4. Lane Lines Detection : Detecting road lane boundaries for straight road with proper lighting.
  5. Advanced Lane Detection : Detecting road lanes with curves & shadows.
  6. Traffic Sign Classifier : Classifying Traffic Signs on road for a self-driving car.
  7. Transfer Learning : Clustering charts via Transfer Learning.
  8. Behavior Cloning : Cloning a Driving behaviour of users to a model to train it drive.
  9. Extended Kalman Filters