Quiz - Vectors and Matrices
Let's test your knowledge of vectors and matrices in JAX with a quiz.
We'll cover the following...
We'll cover the following...
Vectors and Matrices
1.
Which of the following options is not valid syntax for computing the inner product?
A.
c=a.b
B.
c=a@b
C.
c=jnp.inner(a,b)
D.
c=jnp.dot(a,b)
1 / 4