ML Academy · Track 1 · Classical Machine Learning

A* search: finding a path cleverly with a heuristic

The same maze, three methods. Dijkstra opens 311 cells and finds the shortest path; greedy opens 117 but brings back a path 34% longer. A* is not somewhere between the two, it takes the best of both.

4 steps 175 XP A free account is needed
Start the lesson →

Sources

ML Academy · an interactive machine learning course that runs in your browser · All lessons