HarshdeepGupta / recommender_pytorch

A recommender system in PyTorch from scratch.
116 stars 33 forks source link

Nice recommender #1

Open zysNLP opened 5 years ago

zysNLP commented 5 years ago

Thanks for your contributions, which offers a lot for me in works.Did you use the LDA algorithm?

HarshdeepGupta commented 4 years ago

We didn't use the LDA algorithm, although you can use it as a good pre processing technique and use it to input text metadata too. Here we just used categorical movie metadata, which is very easy to deal with in a neural network.