You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collaborative Filtering is a generic approach that can be summarized as "using information from similar users or items to predict affinity to a given item". There are many techniques that can be used for Collaborative Filtering. The two that are most well-known and discussed in the literature are Nearest Neighbors (knn) and Matrix Factorization (MF). Knn is clearly a supervised method. As for MF, depending on the details of its usage one can call it supervised, unsupervised, or semi-supervised.
Context
user orders
user likes
products update (new product in a category that match user interest should be suggested)
products promotion (Promotional products that match user interest should be suggested )
Objectives
The main goal of this application is to make user navigation more friendly. Selection of products should be automated, it should simply match the user interest
user to products (or category/products)
user to categories
product to products
Conclusion
Compute Collaborative filtering (user=>items,item=>items) (with or without category)
Workflow for products update time
Workflow for products promotion
Workflow for products image detection (image=> tags)
Note:
Context
Objectives
The main goal of this application is to make user navigation more friendly. Selection of products should be automated, it should simply match the user interest
Conclusion
Literature
Resources
The text was updated successfully, but these errors were encountered: