# Personalized Group Recommendations on Flickr

DevFeed: [Personalized Group Recommendations on Flickr](<https://devfeed.tech/articles/personalized-group-recommendations-on-flickr-29043.md>)

Original publisher: [Read original article](<https://code.flickr.net/2016/09/30/personalized-group-recommendations-on-flickr/>)

Author: Mehul Patel

Published: 2016-09-30T04:04:10Z

Content type: article

Language: en

Sources: [Flickr](<https://devfeed.tech/sources/flickr.md>)

Topics: [recommendations](<https://devfeed.tech/topics/recommendations.md>), [personalization](<https://devfeed.tech/topics/personalization.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>), [Algorithms, Complexity](<https://devfeed.tech/topics/algorithms-complexity.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [hadoop](<https://devfeed.tech/tags/hadoop.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [netflix](<https://devfeed.tech/tags/netflix.md>), [personalization](<https://devfeed.tech/tags/personalization.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [recommendations](<https://devfeed.tech/tags/recommendations.md>), [systems](<https://devfeed.tech/tags/systems.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>)

## AI overview

Flickr describes replacing its curated, static list of groups with a dynamic recommendation engine that uses user interactions to provide personalized group recommendations. The system considers only public photos and public groups, and recommendations are private to each user.

## Source excerpt

There are two primary paradigms for the discovery of digital content. First is the search paradigm, in which the user is actively looking for specific content using search terms and filters (e.g., Google web search, Flickr image search, Yelp restaurant ... Continue reading ->