[ 
https://issues.apache.org/jira/browse/MAHOUT-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053627#comment-13053627
 ] 

Tamas Jambor commented on MAHOUT-737:
-------------------------------------

One thing I am not sure how to generalise is the confidence value, as this 
model also includes a confidence value assigned to each rating per user and per 
item. Normally this is data dependent, for example it could be increased if the 
user repeatedly watched an item, or there is a strong indication of preference. 

> 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, 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

        

Reply via email to