article thumbnail

Inside recommendations: how a recommender system recommends

KDnuggets

We describe types of recommender systems, more specifically, algorithms and methods for content-based systems, collaborative filtering, and hybrid systems.

Systems 160
article thumbnail

Inside Facebook’s video delivery system

Engineering at Meta

Were explaining the end-to-end systems the Facebook app leverages to deliver relevant content to people. At Facebooks scale, the systems built to support and overcome these challenges require extensive trade-off analyses, focused optimizations, and architecture built to allow our engineers to push for the same user and business outcomes.

Systems 68
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Establishing a Large Scale Learned Retrieval System at Pinterest

Pinterest Engineering

Modern large-scale recommendation systems usually include multiple stages where retrieval aims at retrieving candidates from billions of candidate pools, and ranking predicts which item a user tends to engage from the trimmed candidate set retrieved from early stages [2]. General multi-stage recommendation system design in Pinterest.

Systems 67
article thumbnail

Bring Your Own Algorithm to Anomaly Detection

Pinterest Engineering

Warden started off as a Java Thrift service built around the EGADs open-source library, which contains Java implementations of various time-series anomaly detection algorithms. They found the existing selection of anomaly detection algorithms in EGADs to be limiting. Each job is load-balanced to a node in the Warden cluster.

Algorithm 110
article thumbnail

Difference between distributed learning versus federated learning algorithms

KDnuggets

Want to know the difference between distributed and federated learning? Read this article to find out.

Algorithm 160
article thumbnail

Time Complexity: Significance, Types, Algorithms

Knowledge Hut

” In this article, we are going to discuss time complexity of algorithms and how they are significant to us. Nobody would want to use a system which takes a lot of time to process large input size. The Time complexity of an algorithm is the actual time needed to execute the particular codes.

article thumbnail

Enhancing Distributed System Load Shedding with TCP Congestion Control Algorithm

Zalando Engineering

But our system is event driven, all requests we process are delivered as events via Nakadi. We know if our system runs within its normal limits that we meet our SLOs. If we would control the ingestion of message requests into our system we would be able to process the task in a timely manner.