Eigenvectors and Eigenvalues (2015)
setosa.io
Eigenvectors and Eigenvalues (2015)
1–10 of 87 posts
Re: Eigenvectors and Eigenvalues (2015)
#2[0] https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2x...
Re: Eigenvectors and Eigenvalues (2015)
#3I’ve written a bunch of scientific data analysis code. I have a science PhD. Written large image analysis pipelines that worked as well as the state of the art... been published etc.
For the most part I’ve found basic math and heuristics to be good enough. Every so often I go relearn calculus. But honestly, none of this stuff ever seems to come in handy. Maybe it’s because most of what I encounter is novel datasets where there’s no established method?
I reasonably regularly pick up new discrete methods, but the numerical stuff never seems super useful...
I don’t know, just a confession I guess... it never comes up on interviews either for what it’s worth.
Re: Eigenvectors and Eigenvalues (2015)
#4Whenever this kind of stuff comes up I feel like a bit of a fraud... I’ve written a bunch of scientific data analysis code. I have a science PhD. Written large image analysis pipelines that worked as well as the state of the art... been published etc. For the most part I’ve found basic math and heuristics to be good enough. Every so often I go relearn calculus. But honestly, none of this stuff ever seems to come in h…
Re: Eigenvectors and Eigenvalues (2015)
#5https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2x...
In one of the last videos in the (relatively short) series, he discusses eigen-*:
~'eigen-stuffs are straight-forward but only make sense if you have a solid visual understanding of the pre-requisites (linear transformations, determinants, linear systems of equations, change of basis, etc.). Confusion about eigen-stuffs usually has more to do with a shaky foundation than the eigen-things themselves'
All of the videos in the series, including this later one on eigen-things, focus on animations to show what the number crunching is doing to the coordinate system.
Re: Eigenvectors and Eigenvalues (2015)
#6Whenever this kind of stuff comes up I feel like a bit of a fraud... I’ve written a bunch of scientific data analysis code. I have a science PhD. Written large image analysis pipelines that worked as well as the state of the art... been published etc. For the most part I’ve found basic math and heuristics to be good enough. Every so often I go relearn calculus. But honestly, none of this stuff ever seems to come in h…
Just from the top of my head, you could have encountered eigenvectors/eigenvalues:
- if you ever used spectral graph algorithms
- if you ever done dimensionality reduction via principal component analysis
- if you ever calculated the steady state distribution of a Markov chain
Re: Eigenvectors and Eigenvalues (2015)
#7Whenever this kind of stuff comes up I feel like a bit of a fraud... I’ve written a bunch of scientific data analysis code. I have a science PhD. Written large image analysis pipelines that worked as well as the state of the art... been published etc. For the most part I’ve found basic math and heuristics to be good enough. Every so often I go relearn calculus. But honestly, none of this stuff ever seems to come in h…
They're in the same class as logarithms and Fourier transforms IMHO. You won't need to calculate them by hand, but you should know what they do and why they're important.
Re: Eigenvectors and Eigenvalues (2015)
#8Whenever this kind of stuff comes up I feel like a bit of a fraud... I’ve written a bunch of scientific data analysis code. I have a science PhD. Written large image analysis pipelines that worked as well as the state of the art... been published etc. For the most part I’ve found basic math and heuristics to be good enough. Every so often I go relearn calculus. But honestly, none of this stuff ever seems to come in h…
What kind of novel dataset are we talking about? Just from the top of my head, you could have encountered eigenvectors/eigenvalues: - if you ever used spectral graph algorithms - if you ever done dimensionality reduction via principal component analysis - if you ever calculated the steady state distribution of a Markov chain
Re: Eigenvectors and Eigenvalues (2015)
#9Whenever this kind of stuff comes up I feel like a bit of a fraud... I’ve written a bunch of scientific data analysis code. I have a science PhD. Written large image analysis pipelines that worked as well as the state of the art... been published etc. For the most part I’ve found basic math and heuristics to be good enough. Every so often I go relearn calculus. But honestly, none of this stuff ever seems to come in h…
Re: Eigenvectors and Eigenvalues (2015)
#10Whenever this kind of stuff comes up I feel like a bit of a fraud... I’ve written a bunch of scientific data analysis code. I have a science PhD. Written large image analysis pipelines that worked as well as the state of the art... been published etc. For the most part I’ve found basic math and heuristics to be good enough. Every so often I go relearn calculus. But honestly, none of this stuff ever seems to come in h…
Eigenvectors and Eigenvalues show up everywhere, although sometimes it's in the form of an iterative estimate (PageRank is basically the power method estimation of the first eigenvector of a connected graph of web pages). They're in the same class as logarithms and Fourier transforms IMHO. You won't need to calculate them by hand, but you should know what they do and why they're important.