RELATED_ITEMS - Amazon Personalize

RELATED_ITEMS

Note

All RELATED_ITEMS recipes use interactions data. Choose the Similar-Items recipe if you have also have item metadata and want Amazon Personalize to use it to find similar items. Or choose the SIMS recipe if you want to configure more hyperparameters for the model.

The RELATED_ITEMS recipes return items similar to an item that you specify when you get recommendations. The RELATED_ITEMS recipes are as follows:

Similar-Items

The Similar-Items recipe generates recommendations for items that are similar to an item you specify. It calculates similarity based on both interactions data and, if you provide it, item metadata. If Amazon Personalize can't find the item ID that you specify in your recommendation request, the recipe returns popular items as recommendations. Similar-Items doesn't use data in a Users dataset when generating recommendations. However, you can still filter recommendations based on data in a Users dataset. For more information, see Filtering recommendations and user segments.

SIMS

The item-to-item similarities (SIMS) recipe generates items similar to a given item based on the co-occurrence of the item in user history in your Item interactions dataset. If sufficient user behavior data for an item isn't available, or if the specified item ID isn't found, the recipe returns popular items as recommendations.