File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -419,6 +419,10 @@ Dimensionality reduction the task to **derive a set of new artificial
419419features that is smaller than the original feature set while retaining
420420most of the variance of the original data **.
421421
422+
423+ Normalization and visualization with PCA
424+ ++++++++++++++++++++++++++++++++++++++++
425+
422426The most common technique for dimensionality reduction is called
423427**Principal Component Analysis **.
424428
@@ -484,7 +488,7 @@ following utility function::
484488 ...
485489
486490Calling ``plot_2D(X_pca, iris.target, iris.target_names) `` will
487- display something like the following:
491+ display the following:
488492
489493
490494.. figure :: images/iris_pca_2d.png
@@ -495,6 +499,9 @@ display something like the following:
495499 2D PCA projection of the iris dataset
496500
497501
502+ Other application of dimensionality reduction
503+ +++++++++++++++++++++++++++++++++++++++++++++
504+
498505Dimensionality Reduction is not just useful for visualization of
499506high dimensional datasets. I can also be used as a preprocessing
500507step (often called data normalization) to help speed up supervised
You can’t perform that action at this time.
0 commit comments