项目作者: ldscc
项目描述 :
MA-based Recommendatoin Method
高级语言: Java
项目地址: git://github.com/ldscc/StableMA.git
StableMA
[Read Me]
This code implemented:
Regularized SVD.
Arkadiusz Paterek.
Improving regularized singular value decompositionfor collaborativefiltering.
In KDD CUP, 2007.
Group Sparsity Matrix Factorization.
Ting Yuan, Jian Cheng, Xi Zhang, Shuang Qiu, Hanqing Lu.
Recommendation by mining multiple user behaviors with group sparsity.
In AAAI, 2014.
Stable Matrix Approximation.
Dongsheng Li, Chao Chen, Qin Lv, Junchi Yan, Li Shang, Stephen Chu.
Low-Rank Matrix Approximation with Stability.
In ICML, 2016.
WEMAREC.
Chao Chen, Dongsheng Li, Yingying Zhao, Qin Lv, Li Shang.
WEMAREC: Accurate and Scalable Recommendation through Weighted and Ensemble Matrix Approximation.
In SIGIR, 2015.
[Import Guidance]
Please use the lastest Eclipse Mar to import this project,
and note that the dependencies are managed by Maven Plug-in.
Therefore, if you had dependency issues, please use Maven to import this project again.
[Running Suggestion]
We upload a workable MovieLens-10M and 20M data-set, which can be downloaded from
ML-10M or
ML-20M.
If you upzip one dataset in the path “C:/Dataset/“,
please set the variable “$ROOT_DIR_ARR=C:/Dataset/1/“
in the config file under folder “src/main/resources/samples”.
Run the test cases under folder “src/test/java”.