TLDR.Chat

Scaling Instagram Explore Recommendations with Two Towers Neural Networks

Scaling the Instagram Explore recommendations system đź”—

Explore is one of the largest recommendation systems on Instagram. We leverage machine learning to make sure people are always seeing content that is the most interesting and relevant to them. Usin…

The text explains the scaling of the Instagram Explore recommendations system, emphasizing the use of machine learning models such as Two Towers neural networks to make the system more scalable and flexible. It details the multi-stage approach to ranking, leveraging caching and pre-computation, and the use of retrieval sources based on heuristics and ML approaches. The text also delves into the Two Tower neural network model and its role in retrieval, as well as the ranking stages and parameters tuning techniques. Overall, the text highlights the evolution and complexity of the system and outlines plans for further improvements.

Related