Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Mahout, mail # user - Item Recommendations - Time based


Copy link to this message
-
Re: Item Recommendations - Time based
Ted Dunning 2012-03-12, 17:48
Sean's comment is dead-on and your design inclinations are just fine.
 Hadoop can (eventually) help with the offline item similarity computation.
 The existing Mahout recommendation engine can do the actual item
recommendation work at very high speed with an appropriate data store.

On Mon, Mar 12, 2012 at 10:25 AM, Mridul Kapoor <[EMAIL PROTECTED]>wrote:

> The idea is to use these pre-computed similarity values to pull up
> recommendations on the fly (using a most-similar-sort-of-metric).
> So that changes the picture here a bit. On the other hand, though, I would
> really want this computation to take place as fast as possible. Leveraging
> Hadoop somehow for the ItemSimilarity computation could help, maybe
> (correct me if I am wrong here, and if I am right, how would I go about it)
>