From c16dcfc17fbb4981d5d08fe0817ad5eecb62834b Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 27 Aug 2023 18:54:15 +0800 Subject: [PATCH] Recommendation System at Lyft --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51892e9..758a4b5 100644 --- a/README.md +++ b/README.md @@ -734,6 +734,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Machine Learning Platform at Uber](https://eng.uber.com/michelangelo/) * [Machine Learning Platform at Yelp](https://engineeringblog.yelp.com/2020/07/ML-platform-overview.html) * [Machine Learning Platform at Etsy](https://codeascraft.com/2021/12/21/redesigning-etsys-machine-learning-platform/) + * [Recommendation System at Lyft](https://eng.lyft.com/the-recommendation-system-at-lyft-67bc9dcc1793) * [Platform for Serving Recommendations at Etsy](https://www.etsy.com/sg-en/codeascraft/building-a-platform-for-serving-recommendations-at-etsy) * [Infrastructure to Run User Forecasts at Spotify](https://engineering.atspotify.com/2022/06/how-we-built-infrastructure-to-run-user-forecasts-at-spotify/) * [Aroma: Using ML for Code Recommendation at Facebook](https://code.fb.com/developer-tools/aroma/)