Skip to content

nmwalsh/sagemaker-rec-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sagemaker-rec-demo

Building a Recommender System with Amazon SageMaker Factorization Machines and BlazingText

Contents

Notebook: fm_amazon_recommender.ipynb

Main Workshop:

  • Background (Factorization Machines)
  • Setup
    • Spin up SageMaker hosted notebook instance in console
    • Add SageMaker IAM policy to this SageMaker notebook to allow S3 read/write access
    • Create new S3 bucket (first cell)
    • Import necessary libraries (second cell)
  • Dataset
  • Data preprocessing
  • Training
    • Create SageMaker estimator
    • Launch training job
  • Host
    • Deploy endpoint to perform inference

Extra Credit:

  • Background (New challenges, word2vec, BlazingText)
  • Data Augmentation
  • Dimensionality reduction with t-SNE
  • Train
  • Host

About

Recommendation engine example notebook using Amazon SageMaker and Factorization Machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published