Course 2 falls under the workshop series Self-driving Cars & AI and focuses on the analysis, explanation and synthesis of: 

- Algorithms for processing data acquired from a camera
- Autonomous vehicle control algorithms using visual feedback
- Artificial Intelligence algorithms for autonomous navigation and decision-making. 

Course 2 consists of the following seminars:

Session 1: General Cycle Description and Introduction to Computer Vision
Cycle 2 overview, brief introduction to Python programming language, introduction to OpenCV computer vision library. 

Session 2: Image Processing Algorithms
Image/video acquisition from the autonomous vehicle camera, fundamental image processing algorithms, implementation of algorithms using OpenCV. 

Session 3: Vehicle Control Using Visual Feedback
Lane detection algorithms, introduction to PID control, vehicle motion control using PID. 

Session 4: Introduction to Neural Networks
Introduction to artificial neuron (perceptron) and multi-layer neural networks, neural network training methodology, neural network implementation and execution using TensorFlow/Keras libraries. 

Session 5: Introduction to CNNs
Introduction to convolutional neural networks, implementation of a classification example with pre-trained CNN, implementation and training of a classification example with CNN.

Session 6: Autonomous Vehicle Navigation Using AI I
Introduction to Udacity's open source simulator, introduction to NVIDIA's CNN for self-driving cars, implementation of NVIDIA's CNN in the simulator (part I). 

Session 7: Autonomous Vehicle Navigation Using AI II
Implementation of NVIDIA CNN in the simulator (Part II), Image/Control Signal Data Acquisition, Data Processing and Augmentation. 

Session 8: Autonomous Vehicle Navigation Using AI III
Training and extracting the network model, implementing the CNN network based on the trained model and sending control signals to the vehicle, applying the integrated AI algorithm to a vehicle operating in a real track. 
 

References - Supplementary Material 

  1. https://www.python.org/
  2. https://opencv.org/
  3. https://jupyter.org/
  4. https://www.tensorflow.org/
  5. https://colab.research.google.com/
  6. https://www.w3schools.com/python/
  7. https://www.learnpython.org/
  8. https://www.pythontutorial.net/
  9. End to End Learning for Self-Driving Cars
  10. Νευρωνικό δίκτυο (ΒΙΚΙΠΑΙΔΕΙΑ)
  11. Nευρωνικά ∆ίκτυα και Eφαρμογές
  12. OpenCV Python Course - Learn Computer Vision and AI
  13. PID Controller Explained
  14. A guide to artificial intelligence in the enterprise - Artificial Intelligence
  15. https://github.com/udacity/self-driving-car-sim

stc