Follow a person or a category in activity feed using AWS Personalize

0

How can I implement feature - Follow to a person or a category of posts in the recommendation engine built using AWS Personalize. So that the followed person's post is ranked higher than non-followed person's post. Same case with category with posts. Please help.

已提問 1 年前檢視次數 193 次
1 個回答
0

Hi, if you add an "author" or "category" field to your item dataset, you can use either filters (to modify all the recommended items) or promotions (apply a filter to a percentage of the recommended items, for instance "have 20% of the recommendations be of followed users"). You would use a filter with a "$variable" ($author or $category) and you would provide the followed authors or categories when you do the recommendation request. You would have to have a database, for instance on dynamoDB to get for the current user, what are the followed authors and categories ad you currently cannot save this data directly in amazon Personalize.

With this methodology, you would be able to guarantee followed authors or posts are always part of the recommended items. It is the most relevant content for those authors or categories for each user that gets recommended.

This blog explains how to use filters and promotions.

AWS
Anna_G
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南