Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/guoguibing/librec.git
Browse files Browse the repository at this point in the history
  • Loading branch information
guoguibing committed Jun 16, 2014
2 parents caefc1a + 429602e commit 6d141f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ LibRec

* **Baseline**: GlobalAvg, UserAvg, ItemAvg, Random, Constant, MostPop
* **Rating Prediction**: UserKNN, ItemKNN, RegSVD, PMF, SVD++, BiasedMF, BPMF, SocialMF, TrustMF, SoRec, SoReg, RSTE
* **Item Ranking**: BPRMF, CLiMF, RankALS, WRMF
* **Extension**: NMF, SlopeOne, Hybrid, PD, AR
* **Item Ranking**: BPRMF, CLiMF, RankALS, RankSGD, WRMF
* **Extension**: NMF, SlopeOne, Hybrid, PD, AR, PRankD

The references for all the algorithms are summarized [here](http://trust.sce.ntu.edu.sg/~gguo1/librec/tutorial.html#algo)

### Download

The first version of the LibRec library is available to [download](http://trust.sce.ntu.edu.sg/~gguo1/librec/release/librec-v1.0.zip) now. New version (v1.1) is under development, and will be released in the near future.
* **[librec-v1.1](http://trust.sce.ntu.edu.sg/~gguo1/librec/release/librec-v1.1.zip)**
* **[librec-v1.0](http://trust.sce.ntu.edu.sg/~gguo1/librec/release/librec-v1.0.zip)**

### GPL License

Expand Down

0 comments on commit 6d141f0

Please sign in to comment.