Introduction to Shortest PathIntroduces the concept of shortest path, discussing weighted paths, Hamiltonian paths, and path optimization algorithms.
Approximation AlgorithmsCovers approximation algorithms for optimization problems, LP relaxation, and randomized rounding techniques.
Shortest Path in Directed GraphsCovers finding the shortest path in directed graphs efficiently using algorithmic approaches and discussing related NP-complete problems.
Stochastic Softmax TricksExplores stochastic softmax tricks, reparametrization, and argmax, addressing challenges in expectation estimation and gradient variance.
Optimization PrinciplesCovers optimization principles, including linear optimization, networks, and concrete research examples in transportation.