Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 630 Bytes

File metadata and controls

14 lines (12 loc) · 630 Bytes

Content-based-Recommender-System

Abstract :

This repo implement Content-based Recommender System by using TF-IDF, Word2Vec, Doc2Vec

Dataset :

Method :

  • TF-IDF based
  • Word2Vec based
    • Average vectors of words in article to obtain vector for each article
    • Weighted avergae vectors of words in article by taking word's TF-IDF value as weights to obtain vector for each article
  • Doc2Vec based