NVIDIA / DeepRecommender

Deep learning for recommender systems
MIT License
1.69k stars 341 forks source link

Implicit feedback #28

Closed tms1337 closed 4 years ago

tms1337 commented 5 years ago

How would I go about applying this model to the implicit feedback, meaning just visiting/non-visiting for example, so not numerical rating?

okuchaiev commented 5 years ago

This model is designed for an "explicit" feedback. However, you could try converting your implicit feedback into numerical scores, e.g. normalized frequency of visits, etc.

tms1337 commented 5 years ago

@okuchaiev Do you happen to know some dataset for testing this out, I think it would be beneficial if we confirm this model could be used for implicit feedback also

phuctth0512 commented 5 years ago

Can I use for implicit feedback like number of clicks on item?