C
CS Fundamentals
Algorithms, data structures, system design, and computer science theory
How Uber matches drivers in real time.
Uber uses a batch-matching algorithm, with DeepETA and RL for demand spikes. The video explains these points. References: https://www.uber.com/us/en/marketplace/matching/ https://www.uber.com/en-IN/blog/reinforcement-learning-for-modeling-marketplace-balance/ https://www.uber.com/en-IN/blog/m3/ htt...