Amir Ibrahimamiribraheem.hashnode.dev·Mar 25, 2023The Algorithm behind Google's Webpage RankingIntroduction PageRank, the Algorithm is infamous for being Google's original Webpage ranking Algorithm, of course, Google has made huge changes to this algorithm, but the core of it is still very useful to dive into since Google has swept away the ma...41 readsGoogle
Pietro Zanottaamm.zanotp.com·Feb 20, 2023Efficiently computing eigenvalues and eigenvectors in PythonLet \(M\) be an \(n \times n\) matrix. A scalar \(\lambda \) is an eigenvalue of \(M\) if there is a non-zero vector \(x\) (called eigenvector) s.t.: $$M x = \lambda x$$Eigenvalues and eigenvectors are crucial in many fields of science. For example, ...10 likes·114 readsPython
Karan Parekhkaranparekh.dev·Feb 1, 2023Eigenvectors and EigenvaluesPrerequisites Linear Transformation and Determinants are the two concepts one needs to be clear about before attempting to learn what Eigenvectors and Eigenvalues are. Once familiar with them, the core concept is pretty simple to grasp. Core concept ...102 readsLinear AlgebraMatrix