Hi Abhishek, On 14.01.2014, at 16:24, abhishek kumar wrote:
> Hi Ted, > > I'm new to mahout so I don't know how plugins for browser can be written to > incorporate mahout. Will you please explain in detail. Plugin for browsers have nothing to do with recommendations. Ted means that you take a click log like the access log of the apache web server and use this as the basis for a recommender system. Then you have to write a web application that serves the recommendations to the users. Here is a project that gives you all the details: https://github.com/ManuelB/facebook-recommender-demo The project is based on Java EE technology. Java EE and Recommendations are both very complex topics and you can easily spend 10 years with both and you won't discover all the details. I would recommend that you search for Mahout at youtube and slideshare to get some more details. > Thanks in advance. > > Regards > > > On Mon, Jan 13, 2014 at 1:17 AM, Ted Dunning <[email protected]> wrote: > >> On Sat, Jan 11, 2014 at 11:44 PM, Abhishek Kumar < >> [email protected]> wrote: >> >>> For this I need to somehow integrate apache mahout to a browser. I also >>> need >>> to train my model on some server or database and then pipeline it to the >>> client. >>> >>> Please help if you have any suggestions. >>> >> >> Use log files. You can build a browser plugin that sends recent URL's to >> an analytics server. >> >> If you are just working with friendly users, you might even just use a >> proxy server to get these logs. >> -- Manuel Blechschmidt M.Sc. IT Systems Engineering Dortustr. 57 14467 Potsdam Mobil: 0173/6322621 Twitter: http://twitter.com/Manuel_B
