Difference between revisions of "Principal Component Analysis"
Jump to navigation
Jump to search
Kevin Dunn (talk | contribs) m |
Kevin Dunn (talk | contribs) m |
||
Line 4: | Line 4: | ||
| vimeoID1 = 29191853 | | vimeoID1 = 29191853 | ||
| vimeoID2 = 29230126 | | vimeoID2 = 29230126 | ||
| vimeoID3 = | | vimeoID3 = 29241472 | ||
| course_notes_PDF = | | course_notes_PDF = | ||
| course_notes_alt = Course notes | | course_notes_alt = Course notes | ||
Line 15: | Line 15: | ||
| video_download_link2_MP4_size = 305.5 Mb | | video_download_link2_MP4_size = 305.5 Mb | ||
| video_download_link3_MP4 = http://connectmv.com/media/latent/video/Class-2C.mp4 | | video_download_link3_MP4 = http://connectmv.com/media/latent/video/Class-2C.mp4 | ||
| video_download_link3_MP4_size = | | video_download_link3_MP4_size = 293.7 Mb | ||
| video_notes1 = | | video_notes1 = | ||
* 00:00 to 21:37 Recap and overview of this class | * 00:00 to 21:37 Recap and overview of this class | ||
Line 29: | Line 29: | ||
{{{!}} | {{{!}} | ||
{{!}}- | {{!}}- | ||
{{!}} 00:00 {{!}}{{!}}to{{!}}{{!}} 1:03: | {{!}} 00:00 {{!}}{{!}}to{{!}}{{!}} 1:03:39 {{!}}{{!}} {{!}}{{!}} Details coming soon | ||
{{!}}- | {{!}}- | ||
{{!}}} | {{!}}} |
Revision as of 02:32, 19 September 2011
| ||||||
Video timing |
||||||
| ||||||
| ||||||
Video timing |
||||||
| ||||||
| ||||||
Video timing |
||||||
|
Class notes
<pdfreflow> class_date = 16 September 2011 [1.65 Mb] button_label = Create my projector slides! show_page_layout = 1 show_frame_option = 1 pdf_file = lvm-class-2.pdf </pdfreflow>
- Also download these 3 CSV files and bring them on your computer:
- Peas dataset: http://datasets.connectmv.com/info/peas
- Food texture dataset: http://datasets.connectmv.com/info/food-texture
- Food consumption dataset: http://datasets.connectmv.com/info/food-consumption
Class preparation
Class 2 (16 September)
- Reading for class 2
- Linear algebra topics you should be familiar with before class 2:
- matrix multiplication
- that matrix multiplication of a vector by a matrix is a transformation from one coordinate system to another (we will review this in class)
- linear combinations (read the first section of that website: we will review this in class)
- the dot product of 2 vectors, and that they are related by the cosine of the angle between them (see the geometric interpretation section)
Class 3 (23 September)
- Least squares:
- what is the objective function of least squares
- how to calculate the two regression coefficients \(b_0\) and \(b_1\) for \(y = b_0 + b_1x + e\)
- understand that the residuals in least squares are orthogonal to \(x\)
- Some optimization theory:
- how an optimization problem is written with equality constraints
- the Lagrange multiplier principle for solving simple, equality constrained optimization problems
- Reading on cross validation
Update
This illustration should help better explain what I trying to get across in class 2B