Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Customer purchase history matrix. A store keeps track of its sales of products from K different product categories to N customers over some time
Customer purchase history matrix. A store keeps track of its sales of products from K different product categories to N customers over some time period, like one month. (While it doesn't matter for this problem, K might be on the order of 1000 and N might be 100000.) The data is stored in an N x K matrix C, with Cij being the total dollar purchases of product j by customer i. All the entries of C are nonnegative. The matrix C is typically sparse, i.e., many of its entries are zero. (a) What is C1? (b) What is CT1? (c) Give a short matrix-vector expression for the total dollar amount of all purchases, by all customers. (d) What does it mean if (CCT) kl = 0? Your answer should be simple English. (e) Suppose you run k-means on the rows of C, with k = 100. How would you interpret the centroids 21,..., 2100?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
a What is C1C1C1 The matrix CCC is an NKNKNK matrix where CijCijCij represents the total dollar purchases of product jjj by customer iii The vector 11...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started