[mlpack-svn] [MLPACK] #351: To shift matrix factorization of Collaborative filtering model to constructor

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Fri May 23 15:22:38 EDT 2014


#351: To shift matrix factorization of Collaborative filtering model to
constructor
---------------------------+------------------------------------------------
 Reporter:  sumedhghaisas  |        Owner:              
     Type:  defect         |       Status:  new         
 Priority:  major          |    Milestone:  mlpack 1.0.9
Component:  mlpack         |     Keywords:  CF          
 Blocking:                 |   Blocked By:              
---------------------------+------------------------------------------------
 Currently CF module will factorize the given matrix when
 getReccommendations is called. Here GetReccommendation can be called
 multiple times and hence matrix factorization inside it is a great
 overhead. The simple solution to this will be to shift this factorization
 from this function to the constructor.

 Siddharth I have CC'ed you as we both will be handling that module.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/351>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list