Submitted by RstarPhoneix t3_zfye9i in MachineLearning
So I want to develop a product Recommendation feature for my ecommerce site. We have our table which has successfull cart orders by customers. Table looks like ( cart_id , product_id , category_id , product_name). Now I want to develop a product Recommendation model using this data. What are various product Recommendation models (similar to Amazon)(production usecase) that I can explore and study ? Can someone send me production examples with sample code that I can start a POC with ?
OlevTime t1_izeq0u5 wrote
Is this a "give me Amazon, but without the billions that went into it" post?
Are you wanting it to recommend products that go with what the person is purchasing?
Are you wanting a home-page like place that recommends products without context of their current cart?
How would you go about solving the problem?