Code Monkey home page Code Monkey logo

the-complete-self-driving-car-course---applied-deep-learning's Introduction

The Complete Self Driving Car Course - Applied Deep Learning

In this tutorial we are going to ultimately build an autonomous driving Neural Network model, trained from manual driving simulator, using the behavioral cloning technique, in Python.

The tutorial was part of the "Complete Self-Driving Car Course - Applied Deep Learning" course of Udemy.

This repository spans across 9 sections-tutorials to teach the basic aspects of Neural Networks and how they advance autonomous driving, before actually building our model.

1. Autonomous driving lanes detection

In this section we learn to use the opencv library (cv2) to get the basics of computer vision, in a hands-on application of lines detection in autonomous driving.

2. Manual Neural Network

In this section we learn the basics of Artificial Neural Networks (NN) and how to manually build a linear classification NN, also called Perceptron.

3. Keras Neural Network

In this section we upgrade our previous knowledge by building a Neural Network model, using Keras library, which is perhaps the most known python library for NN.

4. Deep Neural Network

In this section we extend the previous knowledge by building a Deep Neural Network, which essentially allows non-linear classification between 2 classes.

5. Multi Class Deep Neural Network

In this section, we extend the Deep Neural Network, by implementing non-linear classification for a multiple-class problem, which is usually the case in real-world.

6. MNIST Deep Neural Network

In this section, we implement the knowledge we got for Neural Networks, in a famous handwritten digits dataset called MNIST.

7. Convolutional Neural Networks

In this section we learn the basics of Convolutional Neural Networks, and how these outweigh images classification problems. We apply it to the MNIST dataset to identify the differences.

8. Road Signs Neural Network

In this section we extend our knowledge regarding Convolutional Neural Network, by applying these in a 43-class dataset of road signs. We also learn techniques to optimize the network in order to handle such complex datasets.

9. Behavioral Cloning

The last section of this course regards how to use all our previous knowledge about Deep and Convolutional Neural Networks as well as Continuous (polynomial) Regression, in order to apply it to the last model we will build, ultimately building an End-To-End Autonomous Driving model, to emulate conventional (manual) driving, using the Behavioral Cloning technique.

the-complete-self-driving-car-course---applied-deep-learning's People

Contributors

alexandrosnic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.