Challenge: Vectors and Matrices
Practice and deepen your understanding of linear algebra by implementing vector p-norms and matrix Frobenius norms without relying on predefined functions. This lesson challenges you to apply fundamental concepts to vectors and matrices, strengthening your skills necessary for deep learning applications.
We'll cover the following...
We'll cover the following...
These coding challenges test our familiarity with vectors and matrices operations respectively.
Exercise 1 - Norm
The p-norm of a vector is defined as:
...