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
104 results
According to the docs, the Maximum number of interactions that are considered by a model during training is 500M. What if I have more than 500M records in my interactions dataset? How does Amazon sele...
1
answers
0
votes
294
views
asked a year ago
Amazon personalize puts a limit of 750,000 on the number of items considered by models during the training process. Considering the situation with 2 million items (videos) with no interaction but I wa...
0
answers
0
votes
83
views
asked a year ago
I am trying to train a AWS Personalisation Model Recipe based Solution Version for the last 2 days but keep getting the below error continuously: * CapacityError: Unable to provision compute capacity ...
1
answers
0
votes
349
views
asked a year ago
Hi All I am trying to create a batch segment job and I have created the segment solution and while creating the batch job, I entered the link to input file on S3 and also added link to output folder ...
1
answers
0
votes
361
views
asked 2 years ago
We want to trigger the aws personalize item attribute affinity user segment batch job from our application. We are planning to use step function to trigger the batch segment. The batch segment job is ...
1
answers
0
votes
346
views
asked 2 years ago
I followed the below link to generate the input for item affinity receipe [https://github.com/aws-samples/amazon-personalize-samples/blob/master/next_steps/core_use_cases/user_segmentation/user_segmen...
2
answers
0
votes
335
views
asked 2 years ago
We using Amazon Personalize to build some real-time recommendation model. We used the explicit impression data. A quick question we have is: when we are using the PutEvent to record the live Event, wi...
1
answers
0
votes
383
views
asked 2 years ago
`{ "Version": "2012-10-17", "Id": "PersonalizeS3BucketAccessPolicy", "Statement": [ { "Sid": "PersonalizeS3BucketAccessPolicy", "Effect": "Allow", ...
1
answers
0
votes
363
views
asked 2 years ago
How can I implement feature - Follow to a person or a category of posts in the recommendation engine built using AWS Personalize. So that the followed person's post is ranked higher than non-followed...
1
answers
0
votes
265
views
asked 2 years ago
I am facing problem with user-interaction dataset as TIMESTAMP is mandatory in aws personalize.But I don't have TIMESTAMP instead I have date in the dataset.What to do ?
Accepted AnswerAmazon Personalize
1
answers
0
votes
344
views
asked 2 years ago
I'm new to Amazon Personalize, I'm checking the price of this service on this [https://aws.amazon.com/personalize/pricing/] and I see 3 different categories ("Use Case Optimized Recommenders" "User Se...
1
answers
0
votes
451
views
asked 2 years ago
Hello, I try to build a CDK to setup an AWS Personalize environment. For me it look good, the Avro schema was copied from a tutorial of AWS. What is wrong with my Schema? ``` //AWS PErsonalize Init ...
1
answers
0
votes
417
views
asked 2 years ago