Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bee-Chung Chen committed Jan 19, 2012
1 parent a73a1c7 commit 3b5a1c5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/multi-app/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
This directory contains code for fitting the localized factor model described
in the following paper:

(0) See Notation.txt first.
Deepak Agarwal, Bee-Chung Chen, Bo Long. Localized factor models for
multi-context recommendation. KDD 2011.

This model jointly factorizes multiple matrices to provide transfer learning
across multiple contexts or applications.

(0) See Notation.txt for the model first.

(1) To compile, just type make in this directory.
see Makefile for details.

(2) Some C and R functions used are in
../R/utils.{c,h,hpp,R}

(3) Please DO NOT check in .o and .so files or data files into CVS
(3) Please DO NOT check in .o and .so files into the repository

Directories:
C/ C and C++ code
Expand Down

0 comments on commit 3b5a1c5

Please sign in to comment.