Quiz - Vectors and Matrices
Let's test your knowledge of vectors and matrices in JAX with a quiz.
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)
Question 1 of 40 attempted
Get hands-on with 1400+ tech skills courses.