Re: Re: SVD mahout implementation

2014-05-21 Thread Celal SAVUR
plementation here: > > > https://github.com/ManuelB/facebook-recommender-demo/blob/master/src/main/java/de/apaxo/bedcon/AnimalFoodRecommender.java > > Greetings > Manuel > > Gesendet: Mittwoch, 21. Mai 2014 um 04:44 Uhr > Von: "Peng Zhang" > An: user@mahout

Aw: Re: SVD mahout implementation

2014-05-21 Thread Manuel Blechschmidt
An: user@mahout.apache.org Betreff: Re: SVD mahout implementation Hi Celal, Refer to page 26 of the following document, which gives you some code snippet on Mahout’s SVD. http://ir.cs.georgetown.edu/cs422/files/DM-ItemRecommenders.pdf Best Regards, Peng Zhang On May 21, 2014, at 3:44 AM, Celal SAVUR wrote

Re: SVD mahout implementation

2014-05-20 Thread Peng Zhang
Hi Celal, Refer to page 26 of the following document, which gives you some code snippet on Mahout’s SVD. http://ir.cs.georgetown.edu/cs422/files/DM-ItemRecommenders.pdf Best Regards, Peng Zhang On May 21, 2014, at 3:44 AM, Celal SAVUR wrote: > Hello Everyone, > > I am recently working on a

SVD mahout implementation

2014-05-20 Thread Celal SAVUR
Hello Everyone, I am recently working on a project, and I need to implement SVD recmommender system. I am looking for a simple example to see how can I do in mahout. If you can share with me an simple example, it will me perfect. Thank you in advance. Celal