Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
All Content tagged with Amazon Personalize
Amazon Personalize enables developers to build applications with the same machine learning (ML) technology used by Amazon.com for real-time personalized recommendations – no ML expertise required.
Content language: English
Select up to 5 tags to filter
Sort by most recent
105 results
Hi everyone,
I'm working on an application that uses AWS Personalize for generating personalized product recommendations. I've noticed that the recommendations returned by both the AWS SDK is limited...
In AWS Personalize, I have the "RELATED_ITEMS" recipe
We trained the model on the whole items we have for all menus
But the menu's items will be different every week, therfore we cannot recommend ite...
Hello,
Regarding **Personalized-Ranking-v2** recipe:
1. Does "Personalize" use both **EVENT_TYPE** and **EVENT_VALUE** during training, or only **EVENT_TYPE**? Or are they used only for filtering pur...
We created an interactions dataset with an additional "TIME_OF_DAY" column. This column takes values "morning", "afternoon", "evening" or "night".
The idea is to make recommendations time-period depen...
Creating a "Because you watched X" recommender always fails after some time with status "Create failed" (InternalServerError: We encountered an internal error. Please try again)
Creating the "Top Pick...
Hello,
When using **Personalize CDK** to create a solution, how to turn off the automatic training?
[Here](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_personalize/CfnSolution.html), I ...
I would like to engage the community to check if this test question I answered wrong, is actually a different answer:
This was for the AWS Partner: Accreditation (Technical) - Assessment
A media str...
Hi everyone,
I'm trying to use Amazon Personalize and i'm stuck at creating dataset import job
This is my IAM Role & S3 Bucket policy
![IAM Role](/media/postImages/original/IMJl2xPeErQFqA9fvZt_0rY...
Hello,
I wanted to give a try for this new "next best action" feature which requires to create an actions and action-interactions datasets. So, I did it, add some data and now I wanted to check the da...
I am currently looking to create a system to recommend items in a certain game.
To briefly explain this game, there are rounds, and for each round, the player selects and purchases a number of items...
I am currently looking to implement an in-game item recommendation using Amazon Personalize.
I have set the Domain to "custom" and only set the data for ItemInteractions and have trained them to creat...
I Used the User-Personalization-v2 and effected a filter to delete items, and also promotion filter
When i GetRecommendation without any of the filters, the call returns items, when i GetRecommendati...