728x90 반응형 선형대수18 Linear Algebra for Machine Learning and Data Science (11) Vectors and Linear TransformationsLinear TransformationsMatrices as linear transformationsA linear transformation is a way to send each point in the plane into another point in a very structured waySo with the given square on a plane, we apply the dot product of each point to a matrix and get a transformed matrixLinear transformations as matricesIf the elements of the matrix are unknown and the .. 2024. 5. 16. Linear Algebra for Machine Learning and Data Science (10) Vectors and Linear TransformationsQuizQ1Which of the following options is true for a vector?Choice더보기A vector has a shape and weight.A vector has only a magnitude.A vector has only direction.A vector has a magnitude and direction.Answer더보기4Q2Compute the sum of the vectors $\vec u$ and $\vec v$.Hint: The sum vector is the diagonal in a parallelogram formed by the two vectors, $\vec u = (1,3)$ and.. 2024. 5. 6. Linear Algebra for Machine Learning and Data Science (9) Vectors and Linear TransformationsAn individual instance (observation) of data is typically represented as a vector in machine learning. In this week, you will learn about the properties and operations of vectors. You will also learn about linear transformations, matrix inverse, and one of the most important operations on matrices: matrix multiplication. You will see how matrix multiplication na.. 2024. 5. 5. Linear Algebra for Machine Learning and Data Science (8) Solving systems of linear equationsCheck your knowledgeQ1Solve the system of equations below (Videos: Solving non-singular system of linear equations)$$ \begin{cases} 4x + 3y = 6 \\ x - 5y = 8 \end{cases} $$더보기y = -26/23x = 54/23Q2Solve the system of equations below: (Videos: Solving singular system of linear equations, Solving systems of equations with more variables)$$ \begin{cases} 4x + 3y + .. 2024. 5. 4. Linear Algebra for Machine Learning and Data Science (7) Solving systems of linear equationsSolving system of linear equations: Row echelon form and rankThe rank of a matrixRank here is referred to as the amount of information/data it holds더보기Matrix 12As you may have noticed, the matrix is non-singular. The rank of the matrix is 2, as you obtain 2 new pieces of information.Matrix 21The rank is 1. You can find the rank using different methods from the .. 2024. 5. 3. Linear Algebra for Machine Learning and Data Science (6) Solving systems of linear equationsQuizQ1Solve the following system of equations using the method of elimination and select the correct answer.$$ \begin{cases} x + y = 4 \\ -6x + 2y = 16 \end{cases} $$Choice더보기1. x = 0, y = 0.2. The system has no solution.3. The system has infinitely many solutions.4. x = 1, y = 3.5. x = −1, y = 5.Answer더보기5The solution for the system of equations is a unique po.. 2024. 5. 2. 이전 1 2 3 다음 728x90 반응형