Let's say I want to build a self-driving car that uses cameras and ai to detect objects and driving lanes.
So if the camera detects e.g. a car in front, it calculates the distance (using a sensor) and passes that information to the algorithm which handles steering and acceleration.
Another example is parking. I could just write an algorithm that can park the car perfectly every time, instead of trying to train an ai, which would take a lot of time and computation.
Why would I use Deep Learning to make the car navigate instead of using a simple algorithm (like in video games) that can find the best path and steer accordingly?