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.

preguntada hace un año193 visualizaciones
1 Respuesta
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas