-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
35 lines (16 loc) · 1.28 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
This is the README file for our submission in ICDM 2014:
We provide MATALB sources and dataset we used in the experiments.
Purpose:
=========================================================================================================================================================
The current version of the code is purely for the reason to reproduce the results reported in the paper with TPCF.
There is absolutely NO other guarantees.
A.k.a. No comments on code. No documentation. No optimization for speed and readability.
We will keep refining the code for later research usage.
Dataset:
=========================================================================================================================================================
The package contains datasets for the "Netflix-MovieLens" task.
Usage:
=========================================================================================================================================================
Simply run the script "run_10d", this will store RMSE
The exact numbers may be slightly different from those reported in the paper due to random number generator.
Our MATLAB version is 2012b, I am not sure whether there will be any technical problem with older/newer versions.