Open your arms and put on a big smile; it’s time to learn how to greet new customers. In this chapter
- You’ll examine the cold-start problem that’s related to new customers.
- You’ll learn how to segment users, so you can look at semi-personalization.
- You’ll look at Redbubble.com as a case for cold-start problems with your newly acquired knowledge.
- You’ll look at an implementation of a simple personalize recommender using association rules.
We’re off to a cold start in this chapter, so put on your hat and gloves and let’s get started. In the previous chapter, we talked about how to get data, and luckily, most websites have data before they start adventures into recommender systems. But even having a lot of data won’t solve the problem of how to introduce new things, be that products or users.
Not so surprisingly, if you don’t have knowledge of your users, you can’t personalize them. And having no personalization is a huge issue because you want to make new visitors feel welcome so they’ll become loyal returning customers. Repeat customers are ideal and you’ll want to keep them happy, but there’s nothing like adding a new one to the list.