Which prediction model for web page recommendation?

Posted by Nilesh on Programmers See other posts from Programmers or by Nilesh
Published on 2012-11-30T05:09:20Z Indexed on 2012/11/30 5:25 UTC
Read the original article Hit count: 259

Filed under:

I am trying to implement a web page recommendation wherein registered users will be given a recommendation of which page to visit depending upon the previous data.So with initial study I decided to go on with clustering the data with rough sets and then will move forward to find out the sequential patters with the use of prefix span algorithm.So now I want to have a better prediction model in place which can predict the access frequency of pages.I have figured out with Markov model but still some more suggestions will be valuable.Also please help me with some references of the models too.Is it possible to directly predict the next page access with the result of PrefixSpan.If so how?

© Programmers or respective owner

Related posts about data-mining