yalsaffar / Tourism-Recommendation-System

5 stars 2 forks source link

Model Selection #5

Open yalsaffar opened 1 year ago

yalsaffar commented 1 year ago

Here we should decide what models we have to use. Initially, we will be using content-based models. But there are many different approaches to that. The vanilla model will be using similarity as the filtering element, but it has its difficulties(does not work for unseen data). Can you work on listing the best alternatives for our data? and try to build something around it? @lochhonest , and I will be working with you on this. https://github.com/microsoft/recommenders Let me know.