Power Iteration - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantage™

Power iteration is an eigenvalue algorithm to find the largest eigenvalue and corresponding eigenvector. This algorithm does not compute a matrix decomposition; therefore, you can use it when Α is a very large sparse matrix.

The power iteration algorithm starts with a vector b0, which can be an approximation to the dominant eigenvector or a random vector. This iteration describes the method:

bk+1 = Abk / || Abk ||

At every iteration, the vector bk is multiplied by matrix Α and normalized.

The sequence (bk) does not necessarily converge. A subsequence of (bk) converges to an eigenvector associated with the dominant eigenvalue under these conditions:

  • A has an eigenvalue that is strictly greater in magnitude than its other eigenvalues.
  • Starting vector b0 has a nonzero component in the direction of an eigenvector associated with the dominant eigenvalue.