0

Can anybody provide any pointers to good books or use cases about personalization (especially with Hadoop)? Are there any good web resources about this topic?

j0k
  • 22,600
  • 28
  • 79
  • 90
Artem Vorobyev
  • 185
  • 1
  • 9

1 Answers1

0

The closest things to personalization and hadoop (or big data in general) are applications in which a set of products is recommended to users based on their specific transaction history with the company and on observed patterns across all users. One example to look at would be how Netflix uses hadoop.

This differs slightly from the traditional meaning of personalization, which has to do with content delivery based on a user's role, status or group membership.

Chris Gerken
  • 16,221
  • 6
  • 44
  • 59
  • It's not clear to me how personalization doesn't include user history and data from other users--personalization includes using any data that's available in order to make *personalized* recommendations. – Dave Newton Dec 27 '12 at 01:08