How is linear algebra used in algorithms?

后端 未结 9 936
生来不讨喜
生来不讨喜 2021-01-31 11:05

Several of my peers have mentioned that \"linear algebra\" is very important when studying algorithms. I\'ve studied a variety of algorithms and taken a few linear algebra cour

9条回答
  •  遇见更好的自我
    2021-01-31 11:30

    It depends what type of "algorithms".

    Some examples:

    • Machine-Learning/Statistics algorithms: Linear Regressions (least-squares, ridge, lasso).
    • Lossy compression of signals and other processing (face recognition, etc). See Eigenfaces

提交回复
热议问题