MUNI Intelligent Route Selection

Context

It is clear that graphs are the tool for the job. However, what is better? An algorithmic approach such as Dijkstra’s? Or an ML approach using GNNs? I plan to explore both and to document how I construct the graph for each of these paths

Stages

  1. Create Graph

    i.

  2. Design