From 133fe9d0eacb83f1ec187ba5091b696b972f8dd6 Mon Sep 17 00:00:00 2001 From: mhjensen Date: Thu, 25 Oct 2018 04:41:10 +0200 Subject: [PATCH] update on dim red --- doc/pub/DimRed/html/._DimRed-bs000.html | 42 +++++- doc/pub/DimRed/html/._DimRed-bs001.html | 44 +++++- doc/pub/DimRed/html/._DimRed-bs002.html | 176 +++++++--------------- doc/pub/DimRed/html/._DimRed-bs003.html | 86 +++++++---- doc/pub/DimRed/html/._DimRed-bs004.html | 71 +++++++-- doc/pub/DimRed/html/._DimRed-bs005.html | 64 +++++--- doc/pub/Regression/ipynb/Regression.ipynb | 44 +++--- doc/src/DimRed/DimRed.do.txt | 143 ++++++------------ doc/web/course.do.txt | 20 +-- doc/web/course.html | 32 ++-- 10 files changed, 373 insertions(+), 349 deletions(-) diff --git a/doc/pub/DimRed/html/._DimRed-bs000.html b/doc/pub/DimRed/html/._DimRed-bs000.html index 61c7598da..464c7364f 100644 --- a/doc/pub/DimRed/html/._DimRed-bs000.html +++ b/doc/pub/DimRed/html/._DimRed-bs000.html @@ -45,13 +45,33 @@ Automatically generated HTML file from DocOnce source None, '___sec0'), ('Principal Component Analysis', 2, None, '___sec1'), - ('Kernel PCA', 2, None, '___sec2'), - ('LLE', 2, None, '___sec3'), - ('Other techniques', 2, None, '___sec4')]} + ('PCA and scikit-learn', 2, None, '___sec2'), + ('More on the PCA', 2, None, '___sec3'), + ('Incremental PCA', 2, None, '___sec4'), + ('Randomized PCA', 2, None, '___sec5'), + ('Kernel PCA', 2, None, '___sec6'), + ('LLE', 2, None, '___sec7'), + ('Other techniques', 2, None, '___sec8')]} end of tocinfo --> + + + + + + + - + +
W2 = V.T[:, :2]
+X2D = X_centered.dot(W2)
+

@@ -235,6 +157,10 @@ X_reduced = rnd_pca.fit_transform(X_mnist)

  • 4
  • 5
  • 6
  • +
  • 7
  • +
  • 8
  • +
  • 9
  • +
  • 10
  • »
  • diff --git a/doc/pub/DimRed/html/._DimRed-bs003.html b/doc/pub/DimRed/html/._DimRed-bs003.html index 465d81525..361939a72 100644 --- a/doc/pub/DimRed/html/._DimRed-bs003.html +++ b/doc/pub/DimRed/html/._DimRed-bs003.html @@ -45,13 +45,33 @@ Automatically generated HTML file from DocOnce source None, '___sec0'), ('Principal Component Analysis', 2, None, '___sec1'), - ('Kernel PCA', 2, None, '___sec2'), - ('LLE', 2, None, '___sec3'), - ('Other techniques', 2, None, '___sec4')]} + ('PCA and scikit-learn', 2, None, '___sec2'), + ('More on the PCA', 2, None, '___sec3'), + ('Incremental PCA', 2, None, '___sec4'), + ('Randomized PCA', 2, None, '___sec5'), + ('Kernel PCA', 2, None, '___sec6'), + ('LLE', 2, None, '___sec7'), + ('Other techniques', 2, None, '___sec8')]} end of tocinfo --> + + + + + + +