Is is possible to implement product recommender system using TF-IDF?
Any data can be used in this recommender system ? (currently I have product name and description).
Besides that, can I use rating in this recommendation system ?
Is is possible to implement product recommender system using TF-IDF?
Any data can be used in this recommender system ? (currently I have product name and description).
Besides that, can I use rating in this recommendation system ?
目前尚不清楚,您的问题需要什么。
是的,您可以将 TF-IDF 用于推荐系统,这是使用 TF-IDF 和 LSA 1的基于内容的推荐系统的示例。