Return-Path: X-Original-To: apmail-mahout-dev-archive@www.apache.org Delivered-To: apmail-mahout-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C03C6ED0 for ; Mon, 20 Jun 2011 09:12:11 +0000 (UTC) Received: (qmail 94452 invoked by uid 500); 20 Jun 2011 09:12:10 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 94423 invoked by uid 500); 20 Jun 2011 09:12:10 -0000 Mailing-List: contact dev-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list dev@mahout.apache.org Received: (qmail 94415 invoked by uid 99); 20 Jun 2011 09:12:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 09:12:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 09:12:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 61CEB423B76 for ; Mon, 20 Jun 2011 09:11:47 +0000 (UTC) Date: Mon, 20 Jun 2011 09:11:47 +0000 (UTC) From: "Sebastian Schelter (JIRA)" To: dev@mahout.apache.org Message-ID: <979296044.20105.1308561107397.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <825932280.19981.1308556427465.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAHOUT-737) Implicit Alternating Least Squares SVD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAHOUT-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051863#comment-13051863 ] Sebastian Schelter commented on MAHOUT-737: ------------------------------------------- Do you think it would be possible to refactor this code to implement org.apache.mahout.cf.taste.impl.recommender.svd.Factorizer ? That would be great because then we could easily drop it into the existing (very lean) SVDRecommender. > Implicit Alternating Least Squares SVD > -------------------------------------- > > Key: MAHOUT-737 > URL: https://issues.apache.org/jira/browse/MAHOUT-737 > Project: Mahout > Issue Type: Improvement > Reporter: Tamas Jambor > Attachments: MAHOUT-737.patch > > > I am sharing this Java implementation of mine that is based on the paper - Collaborative Filtering with Implicit Datasets. The implementation is multi-treading and can be easily extended to use it on Hadoop. In fact this approach would possibly work with non-implicit datasets, but further testing is needed. The algorithm is tried and tested on an implicit TV-viewing dataset, and the performance was pretty good (details to follow). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira