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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则