Skip to content

LonSilent/master_thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

master_thesis

My master thesis: E-commerce Recommendation Systems Based on Heterogeneous Information Network Embedding

Introduction

This paper incorporates words from product title as the attributes of the item. Then, we transform words, and user behavior into heterogeneous network for E-commerce. For this network, we use various network embedding methods to learn both user and item representations in the same latent space. Moreover, we integrate the learned embedding as the features into Matrix Factorization .

Get Amazon Data

Download review and metadata example files, and put them in data directory. Of course, you can get the 5-core and metadata files with other categories from McAuley's site.

Dependencies

pip install numpy
pip install scipy
pip install nltk
pip install networkx
pip install gensim
pip install lightfm

Packages below has been in repo.

metapath2vec, ProNet-core, tensorrec

Run Script

./run.sh

About

My master thesis: E-commerce Recommendation Systems Based on Heterogeneous Information Network Embedding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors