Skip to content

SteamShon/OnlineRecommendationSolverServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is server implementation for interactive label propagation algorithm on http://1.234.62.79:5000. currently above demo site implemented following two algorithm for song recommendations.

  1. ALS matrix factorization. 1.1 Matrix M(item x latent features) file ([item_id\tvector of latent features] format).

  2. Label propagation. 2.1 User x Item rating file([user_id, item_id, rate] format).

above two algorithm load each files into memory on server startup, and for user`s new rating vector, it calculate algorithms and return recommendations.

Jetty is used for this simple solver server.

About

This is recommendations solver server implementation for interactive song recommendations based on matrix factorization and label propagation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages