joerenner / TextBasedRecommendation

recommendation algorithms for text
0 stars 2 forks source link

word_embeddings_50.txt not found #1

Open gustavoschaab opened 6 years ago

gustavoschaab commented 6 years ago

Hi!

In the ProdWord2Vec.py require the file word_embeddings_50.txt but this file doesn't exist in the repository. Can you add this file in the repo?

Another question? How to generate embeddings for tags?

Best regards.

joerenner commented 6 years ago

Hello gustavoschaab!

Thanks for your interest in prodword2vec! Sorry for the late response, I moved the development of this repository to a private gitlab at my current company, so this repository is not up to date. However, I will upload the trained embeddings and other updated files as soon as I can.

I developed this method of training embeddings for categorical metadata for my master's thesis, so I've uploaded my internship/master report (called content-based-recommender.pdf) which contains all the relevant info about the algorithm (skip to page 15 to see the algorithm explained). If you have any other questions about the method, don't hesitate to ask!

I'll have the updated file up soon.

Thanks

gustavoschaab commented 6 years ago

Hi joerenner!

Many thanks for your help!

I'm developing a Recommender System using embeddings for my master degree. I'll read your report carrefully because your research is very close to my research.

Thanks!