Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utiliser le Collaborative Filtering pour proposer des paniers #6

Open
evaletolab opened this issue Oct 13, 2017 · 0 comments
Open

utiliser le Collaborative Filtering pour proposer des paniers #6

evaletolab opened this issue Oct 13, 2017 · 0 comments

Comments

@evaletolab
Copy link
Contributor

evaletolab commented Oct 13, 2017

Note:

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)

Literature

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant