-
Notifications
You must be signed in to change notification settings - Fork 23
MrChrisJohnson/CollabStream
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Authors: Chris Johnson, Alex Tang, Muqeet Ali CollabStream implements parallelized online matrix factorization using stochastic gradient descent in the case of online streaming data. CollabStream utilizes the Storm parallelization framework developed by Natahn Marz and available at https://github.com/nathanmarz/storm. For more information on the algorithm used by CollabStream please see the full report found at https://github.com/MrChrisJohnson/CollabStream. To run: 1. Go to the directory where you cloned the project. 2. mvn compile 3. mvn package 4. Take the jar with dependencies from the target folder (e.g., name.jar) 5. run on Hadoop cluster using: hadoop jar name.jar comparison.dsgd.DSGDMain inputPath outputPath numReducers where inputPath refers to the path of the train and test data, outputPath refers to where the RMSE and the factor matrices are outputted.
About
Parallelized Online Matrix Factorization for Collaborative Filtering using Stochastic Gradient Descent
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published