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
You will learn how to use unions and intersection on sets to determine if a particular customer should have certain products in their Recommendation List. What drives if a product should be recommended?
Did the customer like it?
Do other customers like it?
Is it in the same category as the product(s) they like?
Does it share a common word in the title?
Like Similarity Coefficient in Two Sets
Dislike Similarity Coefficient in Two Sets
Dislike+Like Similarity Coefficient in Two Sets
Dislike+Like Similarity+Difference Coefficient in Two Sets
Possibility Coefficient
This looks complex at first blush, but you'll discover that the steps with become clearer as you work it out.
Requirements
When a customer first authenticates, the first view should display two lists.
If there are any items currently in an open order, display those products.
List any products that have a Possibility Coefficient great than 0.25.
On the product detail view, add an affordance for a customer to like, or dislike, a product.
If a customer has ordered a product, then it should be registered as a like, regardless if the customer performed the gesture on the product detail page.
Bangazon Recommendation Engine
Sets
You will learn how to use unions and intersection on sets to determine if a particular customer should have certain products in their Recommendation List. What drives if a product should be recommended?
Like Similarity Coefficient in Two Sets
Dislike Similarity Coefficient in Two Sets
Dislike+Like Similarity Coefficient in Two Sets
Dislike+Like Similarity+Difference Coefficient in Two Sets
Possibility Coefficient
This looks complex at first blush, but you'll discover that the steps with become clearer as you work it out.
Requirements
Resources
The text was updated successfully, but these errors were encountered: