Learn Before
Consider a row vector h = [2, 3] and two matrices, W_1 = [[1, 0], [0, 1]] and W_2 = [[4], [5]]. If a larger matrix W_h is formed by horizontally concatenating W_1 and W_2 (i.e., W_h = [W_1 W_2]), what is the result of the multiplication h * W_h?
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
Application in 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