You are on page 1of 1

Linear Algebra : Using Realworld Exapmles and Python

Linear algebra is considered to be prerequisite for almost all the courses on


machine learning and deep learning courses. Then the question arises, how much
knowledge of linear algebra will be sufficient to start working on machine learning or deep
learning problems, I also faced the same questions and to answer this question I am
writing this blog from my past experiences and learning from various sources.

Table of Content:

• Points,vector and tensors


• Vectors
◦ Vector operation
◦ Types of vectors
• Matrix
◦ Matrix operations
◦ kind of matrixes
• Eigen values and eigen Vectors
• Defing plane sufaces in 2-D and n-D

Refernce:-

1. https://archive.siam.org/meetings/la03/proceedings/narayanan.pdf
2.https://math.stackexchange.com/questions/256682/why-study-linear-algebra

You might also like