Where can I learn about recommendation systems? -


I want to play with the creation of a recommendation system, and I mean that the algorithm that looks and / or Reviews posted by a user and then make recommendations for them, which use NetFlex or Amazon.

How are some good resources to learn how to write something like this? Where should I start?

See the Wikipedia page on it and also, on some different recommended engines, full source code Is a good source. And obviously there is also some good links in it.

If you start your own writing, you want to use a corpus. I would actually recommend using just set the data in two pieces. Train your first piece and score your algorithm on the second piece.

Adenda: Some related and horror applications are as follows: User's gender, age, home income, IQ, sexual orientation, etc. Perhaps you can do most of these features with the Netflix Prize dataset with a fairly high degree of accuracy. Luckily.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -