Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.17 KB

File metadata and controls

17 lines (11 loc) · 1.17 KB

Self Driving: Behavioral Cloning

Combined Image

Overview

This project uses deep neural networks and convolutional neural networks to clone driving behavior. It trains, validates and tests a model using Keras. The model will output a steering angle to an autonomous vehicle.

  1. model.py - The script used to create and train the model.
  2. drive.py - The script to drive the car.
  3. model.h5 - The saved model.
  4. Writeup.md - This markdown files explain the structure of your network and training approach. The writeup also includes examples of images from the dataset in the discussion of the characteristics of the dataset.
  5. video.mp4 - A video recording of the vehicle driving autonomously one lap around the track.

These were created in accordance to the project rubric