Noahhobe / TeamOne2020

1 stars 0 forks source link

Product Recommendation System (business) #22

Open noahlefebvre opened 4 years ago

noahlefebvre commented 4 years ago

https://dl.acm.org/doi/pdf/10.1145/3357292.3357314

This article is an overview of how your typical product recommendation system works. Not super technical. Focuses on how the information is gathered, what is done with that data and the recommendation. Three steps

  1. Gather information from the website(behavior information, personal user information, product information)
  2. Run through recommendation system (use clustering algorithm to group similar customers by behavior/user info-> use collaborative filter algorithm to group items)
  3. Recommend product