Skip to content

mvijaikumar/TagEmbedSVD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TagEmbedSVD

This is our java implementation of the paper "TagEmbedSVD: Leveraging Tag Embeddings for Cross-Domain Collaborative Filtering".

The basic framework is inherited from Librec implementation (https://librec.net).

Example to Run the Codes

cd code

java -jar TagEmbedSVD.jar ../config_tagembedsvd/TagEmbedSVD.conf

Here, TagEmbedSVD.conf contains all the required configuration parameters. Alternatively, one can load the project in java IDEs such as Eclipse and run from the environment. Here, one has to make sure that path to configuration file is properly provided.

Main logic of our model can be found at the path "code/LIBREC/src/librec/rating/TagEmbedSVD.java"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published