I have 2 matrices = X in R^(n*m) and W in R^(k*m) where k<. Let x_i be the i-th row of X and w_j be the
X in R^(n*m)
W in R^(k*m)
k<. Let x_i be the i-th row of X and w_j be the
x_i
w_j
Dot product is essentially matrix multiplication:
[~, Y] = max(W*X');