Skip to content

Deep learning course project where I built a neural networks using Keras python library and CNN to build a self-driving car in a simulated environment.

License

Notifications You must be signed in to change notification settings

KAYounes/Simulated-Self_driving-Car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simulated Self-driving Cars Using CNN

How I did it.

  1. Training images were collected by driving manually in the simulated track.
  2. Then new images where augmented using an augmentation engine, which altered brightness, added shadows, shifted images, and flipped images.
  3. A CNN architecture was build using Keras Python.
  4. The model was trained.
  5. The model was tested on the simulated track.

Links

About

Deep learning course project where I built a neural networks using Keras python library and CNN to build a self-driving car in a simulated environment.

Resources

License

Stars

Watchers

Forks