Back

Introducing popularity tuning for Similar-Items in Amazon Personalize

Amazon Personalize now allows you to adjust the popularity of your recipe for similar items (aws-similar-items). Similar-Items generates recommendations that are similar to the item a user selects, helping them discover new items in your catalog based on all users’ past behavior and item metadata. Previously, this capability was only available for SIMS, the other Related_Items recipe within Amazon Personalize.

Each customer’s catalog of items and the way users interact with them are unique to their business. When recommending similar items, some customers may want to emphasize popular items more because they increase the likelihood of user interaction, while others may want to de-emphasize popular items to show recommendations that are more similar to the item selected but which are less extensive. known This release gives you more control over the degree to which popularity influences recommendations for similar items, so you can fine-tune the model to meet your particular business needs.

In this post, we show you how to adjust recipe popularity for similar items. We specify a value closer to zero to include more popular articles and a value closer to 1 to place less emphasis on popularity.

Examples of use cases

To explore the impact of this new feature in more detail, let’s review two examples. [1]

First, we used the similar articles recipe to find recommendations similar to the 1994 Disney film The Lion King (IMDB record). When the popularity discount is set to 0, Amazon Personalize recommends movies that have a high frequency (are popular). In this example, the movie Seven (aka Se7en), which occurred 19,295 times in the dataset, is recommended at rank 3.0.

By adjusting the popularity discount to a value of 0.4 for the Lion King recommendations, we see that the Seven movie rank drops to 4.0. We also see films in the Children’s genre such as Babe, Beauty and the Beast, Aladdin and Snow White and the Seven Dwarfs being recommended at a higher rank despite their overall lower popularity in the dataset.

Let’s explore another example. We used the similar articles recipe to find similar recommendations for the 1995 Disney and Pixar film Toy Story ( IMDB record ). When the popularity discount is set to 0, Amazon Personalize recommends movies that have a high frequency in the dataset. In this example, we see that the movie Twelve Monkeys (aka 12 Monkeys), which occurred 6,678 times in the dataset, is recommended at rank 5.0.

By adjusting the popularity discount to a value of 0.4 for Toy Story recommendations, we see that the Twelve Monkeys rank is no longer recommended in the top 10. We also see films in the children’s genre such as Aladdin, Toy Story 2, and A. Bug’s Life is recommended at a higher rank despite its overall lower popularity in the dataset.

Putting more emphasis on the most popular content can help increase the likelihood that users will engage with article recommendations. De-emphasizing popularity can result in recommendations that appear more relevant to the item being searched for, but may be less popular with users. You can adjust the importance given to popularity to meet your business needs for a specific personalization campaign.

Implement popularity adjustment

To adjust the popularity of the recipe for similar items, set the popularity_discount_factor hyperparameter using the AWS Management Console, the AWS SDKs, or the AWS Command Line Interface (AWS CLI).

The following is sample code that sets the popularity discount factor to 0.5 using the AWS SDK:


	response = personalize.create_solution(
		name="movie_lens-with-popularity-discount-0_5".
		recipeARN="arn:aws:personalize:::recipe/aws-similar-items",
		datasetGroupArn=dsg_arn,
		solutionConfig=
			"algorithmHyperParameters" : 
				# set the preferred value of popularity discount here
				"popularity_discount_factor" : "0.50"
			
		
	]

The screenshot below shows setting the popularity discount factor to 0.3 in the Amazon Personalize console.

conclusion

With the popularity adjustment, you can now further refine the recipe for similar items in Amazon Personalize to control the degree to which popularity influences item recommendations. This gives you more control over defining the end-user experience and what is included or excluded from your similar article recommendations.

For more details on how to implement popularity adjustment for the recipe of similar items, see the documentation.

References

[1] Maxwell Harper and Joseph A. Konstan. 2015. The MovieLens Datasets: History and Context. ACM Transactions on Interactive Intelligent Systems (TiiS) 5, 4, Article 19 (December 2015), 19 pages. DOI=http://dx.doi.org/10.1145/2827872


About the Authors

Julia McCombs Clark is a CTO on the Amazon Personalize team.

Nihal Harish is a software development engineer on the Amazon Personalize team.

Source link
.

In recent years, Amazon Personalize has been transforming the way companies drive engagement and sales through personalization. At Ikaroa, we are proud to announce the introduction of popularity tuning for Similar-Items in Amazon Personalize.

Popularity tuning is a way to further enhance personalization on Amazon by taking into account the user’s likes and preferences. This means that instead of simply relying on the user’s own history of likes and purchases, Amazon can customize products and services for their user base by looking at the prevalence of those items compared to other similar users. Rather than simply guessing what the user might like, Amazon receives feedback from the user base to determine who is buying what.

Using a scoring framework to weigh different criteria such as user engagement, ratings, and reviews, Amazon can score products and tailor recommendations for users–not just to their own history but to a larger population of what is popular at the moment. This can be incredibly helpful for users when looking for items that might not have been available in their purchase history but are similar enough that they might still enjoy them.

At Ikaroa, we leverage the power of machine learning and Amazon Personalize to offer maximum customization and flexibility when delivering improved user experiences. Our goal is to leverage the popularity tuning feature to create the best possible user experience. By giving users better-tailored recommendations, Amazon can track more relevant products and services and provide them a more personalized shopping experience.

We are excited to be at the forefront of introducing popularity tuning for Similar-Items in Amazon Personalize to all our customers. This feature is an essential part of our mission to provide the most comprehensive and sophisticated personalization solutions to our customers, and we are constantly working towards enhancing user experiences and engagement.

ikaroa
ikaroa
https://ikaroa.com

Leave a Reply

Your email address will not be published. Required fields are marked *