Pls also be patient with my writing, as my English is not proficient.
As a programmer, I wanna learn about the algorithm, or the machine learning intelligence, that are implemented underneath such recommendation systems or related-based systems. For instance, the most obvious example would be from Amazon. They have a really good recommendation system. They know: if you like this, you might also like that, or something else like: how many % of people like this and that together.
Of course I know Amazon is a big guy and they invested a lot of brain and money into these systems. But, on the very basic core, how can we implement something like that within our database? How can we identify how this object relate to other? How can we build a statistic unit that handle this kind of thing?
I'd appreciate if someone can point out some algorithms. Or, basically, point out some good direct references/ books that we can all learn from. Thank you all!