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.
- 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.
- 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.
- 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.
Kalideres, 2 June 2021