subject

k-means with nonnegative, proportions, or Boolean vectors. Suppose that the vectors x1, . . . , xN are clustered using k-means, with group representatives z1, . . . , zk. (a) Suppose the original vectors xi are nonnegative, i. e., their entries are nonnegative. Explain why the representatives zj are also nonnegative. (b) Suppose the original vectors xi represent proportions, i. e., their entries are nonneg- ative and sum to one. (This is the case when xi are word count histograms, for example.) Explain why the representatives zj also represent proportions, i. e., their entries are nonnegative and sum to one. (c) Suppose the original vectors xi are Boolean, i. e., their entries are either 0 or 1. Give an interpretation of (zj)i, the ith entry of the j group representative.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:30
Jessie has received a contract to build a real-time application for a baker. however, the baker doesn't want to invest too much money. his only requirement is that he wants the customers to know which cupcakes are available at what time and in what quantity. so his core requirement is that the details of product should be in real time. what platform can jessie use to develop this application?
Answers: 1
question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 22.06.2019 19:00
Stacy works as blank. the most important soft skill she needs for this role is blank.
Answers: 3
question
Computers and Technology, 23.06.2019 15:20
In a game with three frames, where will the objects on layer 1 appear? a. next to the play area b. in the middle of the game c. behind everything else d. in front of everything else
Answers: 1
You know the right answer?
k-means with nonnegative, proportions, or Boolean vectors. Suppose that the vectors x1, . . . , xN a...
Questions
question
Biology, 20.01.2020 06:31
question
Mathematics, 20.01.2020 06:31
question
Mathematics, 20.01.2020 06:31
Questions on the website: 13722360