Skip to content

raghuch/RecSys.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaRecSys

Build Status

RecSys.jl is an implementation of the algorithm from "Yunhong Zhou, Dennis Wilkinson, Robert Schreiber and Rong Pan. Large-Scale Parallel Collaborative Filtering for the Netflix Prize. Proceedings of the 4th international conference on Algorithmic Aspects in Information and Management. Shanghai, China pp. 337-348, 2008"

Installation

Pkg.clone("https://github.com/abhijithch/RecSys.jl.git")

Documentation

$ julia -p 4

julia> @everywhere include(".julia/RecSys/src/EveryWhere.jl")

julia> using RecSys

julia> a = loadData("input.txt",'\t')



julia> x = ALSFactorization(a, 10, 1)

Reporting Bugs

https://github.com/abhijithch/RecSys.jl/issues

How to contribute

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%