ngelana / capstone-ngelana

Ngelana is an innovative mobile application designed to enhance the travel experience by providing location information at tourist attractions for users.
1 stars 1 forks source link

ML - Create and test model for content based and collaborative recommendation system #25

Closed REDummy closed 1 week ago

REDummy commented 3 weeks ago

For Content based, use tf-idf with cosinus similarity. If possible use TF.

For collaborative, it's mandatory to use TF. Either find a model or create from scratch.

Decide what to use, Sequential or Functional?

REDummy commented 2 weeks ago

Content based using TF-IDF is done, using TF is still undergoing hyperparameter tuning. Collaborative is still in testing.