Book Image

Building a Recommendation System with R

Book Image

Building a Recommendation System with R

Overview of this book

Table of Contents (13 chapters)
Building a Recommendation System with R
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
References
Index

A case study


In Chapter 5, Case Study – Building Your Own Recommendation Engine, we take a case study and build a recommender system step by step as follows:

  1. We take a real-life case and understand the problem statement and its domain aspects

  2. We then perform the data preparation, data source identification, and data cleansing step

  3. Then, we select an algorithm for the recommender system

  4. We then look into the design and development aspects while building the model

  5. Finally, we evaluate and test the recommender system

The implementation of the recommender system is done using R, and code samples will be provided in the book. At the end of this chapter, you will be confident enough to build your own recommendation engine.