Eigendecomposition Explained

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024

Комментарии • 17

  • @datamlistic
    @datamlistic  8 месяцев назад +2

    Although powerful, the eigendecomposition can be used only to factorize square matrices. To overcome this limitation, the singular value decomposition (SVD) was invented. Check out the explanation here to learn more: ruclips.net/video/7Tk6BAJ3mm8/видео.html

  • @nicolascortegosovissio2824
    @nicolascortegosovissio2824 3 месяца назад

    Wonderful collection of videos! Thank you very much

    • @datamlistic
      @datamlistic  3 месяца назад

      Thanks! Happy to hear to you like the content I create on this channel. :)

  • @Kazshmir
    @Kazshmir 8 месяцев назад

    Thanks for making this video! This actually made sense to me

    • @datamlistic
      @datamlistic  8 месяцев назад

      Thanks for the feedback! I am really happy you enjoyed it and understood the explanation!
      Please let me know if you think I could have done something better. :)

  • @varshak9325
    @varshak9325 6 месяцев назад

    To use eigen decomposition method for finding A^p, we also need to find U and U^-1 , which makes it a little bit lengthy . However it's usefull when p is very large.

  • @user-mz8oc8zs2r
    @user-mz8oc8zs2r 6 месяцев назад

    Nice explanation, thanks!

    • @datamlistic
      @datamlistic  6 месяцев назад +1

      Thanks! Glad it was helpful!

  • @ricardoveiga007
    @ricardoveiga007 4 месяца назад

    Very well explained! Thanks :))

    • @datamlistic
      @datamlistic  4 месяца назад

      Thanks! You're welcome! :)

  • @AkiraTheCatgirl0
    @AkiraTheCatgirl0 4 месяца назад +1

    Isn't this the same as diagonalization? We
    find a basis of the eigenvectors of A, then find what A looks like in that basis.

    • @datamlistic
      @datamlistic  4 месяца назад

      Yes, they are mostly the same. Actually A has to be diagonalizable in order to be able to eigen decompose it. The only difference I see is the end results: a diagonal matrix that represents the gist of A for diagonalization, and the decomposition in terms of eigenvectors and eigenvalues for eigen decomposition.

  • @AntiProtonBoy
    @AntiProtonBoy 8 месяцев назад

    Interesting video, but it seems to focus on the application of decomposed matrices, instead of explaining how to actually perform such decompositions. The video appears to makes the assumption that the factorised quantities U and Λ are already known.

    • @datamlistic
      @datamlistic  8 месяцев назад

      Thanks for the feedback! Well, the eigendecomposition is based on extracting the eigenvectors and eigenvalues of that matrix, and I didn't want to dig too deep into that because that's a well covered topic on RUclips and on other platforms in general. However, I've tried to provide a brief proof of how you can obtain the eigendecomposition at 1:33.
      Isn't this enough to understand how this decomposition is performed? Am I missing something?

    • @AntiProtonBoy
      @AntiProtonBoy 8 месяцев назад

      @@datamlistic I think title "Eigendecomposition Explained" open to interpretation, it could be understood as "Eigendecomposition (the process) Explained" or "Eigendecomposition (the resulting factors) Explained".

    • @MalikMehsi
      @MalikMehsi 7 месяцев назад +1

      @@AntiProtonBoy Tbf I think when you teach something like Eigendecomposition one should already now the fundamental basics of what Eigenvectors and Eigenvalues are and how to extract those from a matrix.