Fixed titles, math rendering, and links on some pages

This commit is contained in:
Brandon Rozek 2021-07-26 09:13:20 -04:00
parent 9f096a8720
commit 330ace0de9
61 changed files with 303 additions and 115 deletions

View file

@ -1,4 +1,8 @@
# Principal Component Analysis Part 2: Formal Theory
---
title: Principal Component Analysis Part 2 - Formal Theory
showthedate: false
math: true
---
##Properties of PCA
@ -168,4 +172,4 @@ Principal Component Analysis is typically used in dimensionality reduction effor
- Exclude principal components where eigenvalues are less than one.
- Generate a Scree Plot
- Stop when the plot goes from "steep" to "shallow"
- Stop when it essentially becomes a straight line.
- Stop when it essentially becomes a straight line.