Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 633 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 633 Bytes

Self-driving-car

This is the code I wrote during the Self-driving Car (no libraries) JavaScript course:
https://www.youtube.com/playlist?list=PLB0Tybl0UNfYoJE7ZwsBQoDIG4YN9ptyY

Phase 2 is also out now here:
https://www.youtube.com/playlist?list=PLB0Tybl0UNfZtY5IQl1aNwcoOPJNtnPEO

The code will appear as the course progresses and will be divided into parts as follows:

  1. Car driving mechanics
  2. Road definition
  3. Artificial sensors
  4. Collision detection
  5. Traffic simulation
  6. Neural network
  7. Visualizing neural networks
  8. Optimizing neural networks
  9. Fine-tuning
  10. Live stream variant