Important Scientific Presentation Jonathan Doe Department of - - PowerPoint PPT Presentation

important scientific presentation
SMART_READER_LITE
LIVE PREVIEW

Important Scientific Presentation Jonathan Doe Department of - - PowerPoint PPT Presentation

Important Scientific Presentation Jonathan Doe Department of Electrical Engineering University of Rhode Island The Initial Data Set Matrix M t contains c column vectors, m 1 through m c . = [ ] M t m 1 m 2 . . . m c Taking the SVD of


slide-1
SLIDE 1

Important Scientific Presentation

Jonathan Doe

Department of Electrical Engineering University of Rhode Island

slide-2
SLIDE 2

The Initial Data Set

  • Matrix Mt contains c column vectors, m1 through mc.

Mt = [ m1 m2 . . . mc ]

  • Taking the SVD of Mt gives us

Mt = [ˆ Ut ˜ Ut]

ˆ

Σt ˜ Σt

Vt ˜ Vt]H where ˆ Ut contains the k left singular vectors of Mt cor- responding to its largest singular values, which are the

  • rthonormal basis vectors of the desired subspace.

University of Rhode Island

present.tex/aj02

1

slide-3
SLIDE 3

The First Iteration

  • Now we create the next matrix Mt+1 using the columns
  • f Mt, discarding m1 and using the new column mc+1.

Mt+1 = [ m2 m3 . . . mc mc+1 ]

  • What we want are ˆ

Ut+1 and ˆ Σt+1 where Mt+1 = [ˆ Ut+1 ˜ Ut+1]

ˆ

Σt+1 ˜ Σt+1

Vt+1 ˜ Vt+1]H

University of Rhode Island

present.tex/aj02

2

slide-4
SLIDE 4

The First Iteration

  • Now we create the next matrix Mt+1 using the columns
  • f Mt, discarding m1 and using the new column mc+1.

Mt+1 = [ m2 m3 . . . mc mc+1 ]

  • What we want are ˆ

Ut+1 and ˆ Σt+1 where Mt+1 = [ˆ Ut+1 ˜ Ut+1]

ˆ

Σt+1 ˜ Σt+1

Vt+1 ˜ Vt+1]H

University of Rhode Island

present.tex/aj02

2-a

slide-5
SLIDE 5

Multiple Column Update

  • More than one column can be added and removed each

iteration by adding the portion of all relevant vectors to the orthonormal basis Q.

  • The matrix Q will be of dimension r × k + 2n.
  • The algorithm is otherwise unchanged.

University of Rhode Island

present.tex/aj02

3