hwuiiiii / amazon-personalize-samples

Notebooks and examples on how to onboard and use various features of Amazon Personalize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Personalize Samples

Notebooks and examples on how to onboard and use various features of Amazon Personalize

Getting Started with the Amazon Personalize

The getting_started/ folder contains a CloudFormation template that will deploy all the resources you need to build your first campaign with Amazon Personalize.

The notebooks provided can also serve as a template to building your own models with your own data. This repository is cloned into the environment so you can explore the more advanced notebooks with this approach as well.

Amazon Personalize Next Steps

The next_steps/ folder contains detailed examples of the following typical next steps in your Amazon Personalize journey. This folder contains the following advanced content:

  • Core Use Cases.

  • Scalable Operations examples for your Amazon Personalize deployments

    • Maintaining Personalized Experiences with Machine Learning
      • This AWS Solution allows you to automate the end-to-end process of importing datasets, creating solutions and solution versions, creating and updating campaigns, creating filters, and running batch inference jobs. These processes can be run on-demand or triggered based on a schedule that you define.
    • MLOps Step function (legacy)
    • MLOps Data Science SDK
      • This is a project to showcase how to quickly deploy a Personalize Campaign in a fully automated fashion using AWS Data Science SDK. To get started navigate to the ml_ops_ds_sdk folder and follow the README instructions.
    • Lambda Examples
      • This folder starts with a basic example of integrating put_events into your Personalize Campaigns by using Lambda functions processing new data from S3. To get started navigate to the lambda_examples folder and follow the README instructions.
    • Personalize Monitor
      • This project adds monitoring, alerting, a dashboard, and optimization tools for running Amazon Personalize across your AWS environments.
    • Streaming Events
      • This is a project to showcase how to quickly deploy an API Layer infront of your Amazon Personalize Campaign and your Event Tracker endpoint. To get started navigate to the streaming_events folder and follow the README instructions.
    • Filter Rotation
      • This serverless application includes an AWS Lambda function that is executed on a schedule to rotate Personalize filters that use expressions with fixed values that must be changed over time. For example, using a range operator based on a date or time value that is designed to include/exclude items based on a rolling window of time.
  • Workshops

  • Data Science Tools

    • The data_science/ folder contains an example on how to approach visualization of the key properties of your input datasets.
      • Missing data, duplicated events, and repeated item consumptions
      • Power-law distribution of categorical fields
      • Temporal drift analysis for cold-start applicability
      • Analysis on user-session distribution
  • Demos/Reference Architectures

    • Retail Demo Store
      • Sample retail web application and workshop platform demonstrating how to deliver omnichannel personalized customer experiences using Amazon Personalize.

License Summary

This sample code is made available under a modified MIT license. See the LICENSE file.

About

Notebooks and examples on how to onboard and use various features of Amazon Personalize

License:MIT No Attribution


Languages

Language:Jupyter Notebook 98.0%Language:Python 2.0%Language:JavaScript 0.1%