UNRAVEL THE BIG STEPS OF TAILORED RECOMMENDER SYSTEMS

The 65th writing challenge

By Bernardus Ari Kuncoro

Let’s carry on the yesterday’s article. There are three main steps for creating a tailored recommender system / recommendation engine / product recommendation. We call it P-E-E. Prepare, Estimate, and Evaluate.

  1. Prepare. You should collect and format the ‘rating’ data towards the product we consumed. In the market place the rating data can be derived by successful transactions OR the star rating towards the product that we bought. In Spotify and YouTube, your listening and watching history will be useful respectively.
  2. Estimate. You will find the similarity between the users and products with several techniques. You can choose collaborative filtering, content-based, and hybrid. Then predict the rating by calculating the weighting average.
  3. Evaluate. This step is done by splitting training and testing and minimising RMSE.

By doing those steps (at least until step-2), you can at least finish the following problem.

Predict the product 1 rating inputted by customer 5! Source here.

Kalideres, 2 June 2021

Wanna support me?

Follow by Email
LinkedIn
Share