Learn Before
True or False: When a row vector h is multiplied by a matrix W that is formed by horizontally concatenating two matrices W_1 and W_2 (i.e., W = [W_1 W_2]), the resulting vector is equivalent to the sum of the individual products h * W_1 and h * W_2.
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Comprehension in Revised Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Consider a row vector
h = [2, 3]and two matrices,W_1 = [[1, 0], [0, 1]]andW_2 = [[4], [5]]. If a larger matrixW_his formed by horizontally concatenatingW_1andW_2(i.e.,W_h = [W_1 W_2]), what is the result of the multiplicationh * W_h?True or False: When a row vector
his multiplied by a matrixWthat is formed by horizontally concatenating two matricesW_1andW_2(i.e.,W = [W_1 W_2]), the resulting vector is equivalent to the sum of the individual productsh * W_1andh * W_2.Optimizing Matrix Computations