Why the amazon personalize -> getRecomendations always return the same items ID?

0

What can I do to make getRecommendations return different item values, perhaps somewhere to insert items already seen. The recipe is: aws-user-personalization.

Marcos
質問済み 2ヶ月前72ビュー
1回答
0

Hi Marcos,

To get different item IDs from Amazon Personalize's getRecommendations, especially using the aws-user-personalization recipe, consider:

  • Increasing the diversity of user-item interaction data fed into the model.
  • Adjusting exploration settings to introduce new or less popular items.
  • Using filters to exclude items already interacted with or seen by the user.
  • Regularly updating the model with new data to reflect changing preferences.
  • Experimenting with the PersonalizeRanking API for dynamic re-ranking based on current interactions.

These steps can help balance between leveraging known preferences and exploring new recommendations.

profile picture
回答済み 1ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ