real time recommendation updates in aws personalize

0

Among the below mentioned recipes, what are the recipe will updated in real time by passing the item interactions data using putEvents in real time ? I couldn't get the clarity by reading the docs - some sections says 2 hours, some section says - full retraining required, some metnioned incremental training is required. So if you explain it to me bit clearly, it will be helpful.

user-personalization Personalized-Ranking popularity-count Trending-Now Next-Best-Action Similar-Items SIMS - Collaborative filtering

질문됨 4달 전134회 조회
2개 답변
0

Hi, For recipes that are delivering real-time personalization, Amazon Personalize immediately uses real-time interactions between a user and existing items or actions (meaning items, actions and users present in the latest training datasets) when generating recommendations for the same user. Here is the list of recipes that support real time personalization:

  • Recommended for you (ECOMMERCE use case)
  • Top picks for you (VIDEO_ON_DEMAND use case)
  • User-Personalization recipe
  • Personalized-Ranking recipe
  • Next-Best-Action recipe As Trending-Now recipe calculates the increase in interactions that each item has over configurable intervals of time, it will re-calculate based on the interval rather than every time an interaction happens. For new items and new users, that are not present in your latest data you can read more info here: https://docs.aws.amazon.com/personalize/latest/dg/how-new-data-influences-recommendations.html . Best, Nensi
답변함 2달 전
profile picture
전문가
검토됨 한 달 전
0

Adding to Nensi's response: The recipe that will update recommendations in real-time by passing item interaction data using PutEvents is user-personalization.

The user-personalization recipe provides real-time personalization, which means it can immediately use new item interaction data passed through PutEvents to generate updated recommendations for a user.

https://docs.aws.amazon.com/personalize/latest/dg/event-record-api.html https://aws.amazon.com/blogs/machine-learning/implement-real-time-personalized-recommendations-using-amazon-personalize/

profile picture
전문가
답변함 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠