Recommender System based on NLP

Recommender systems (RS) have evolved into a fundamental tool for helping users make informed decisions and choices, especially in the era of big data in which customers have to make choices from a large number of products and services. A lot of RS models and techniques have been proposed and most of them have achieved great success. Among them, the content-based RS and collaborative filtering RS are two representative ones. Their efficacy has been demonstrated by both research and industry communities.

We will be building a content-based recommender system based on a natural language processing approach, This approach is very useful when we are dealing with products that are featured by a description or a title (text data in general), like news, jobs, books etc ..

To view or add a comment, sign in

More articles by Santosh Das

  • Solution of Tower of Hanoi Problem(Basic Algorithm)

    /* Move: moves count disks from start to finish using temp for temporary storage.*/ void Move( int count, int start,int…

  • Data Structure and Algorithm

    Data Structure and Algorithm is the fundamental subject of computer science and engineering.Everything we deal in is…

Insights from the community

Explore topics