Skip to content

Commit c2adf1e

Browse files
committed
PCA to Speed up Machine learning algorithms
1 parent e6e677d commit c2adf1e

7 files changed

+112
-2682
lines changed

Sklearn/PCA/.ipynb_checkpoints/PCA_MNIST_Logistic_Regression-checkpoint.ipynb

Lines changed: 0 additions & 1024 deletions
This file was deleted.

Sklearn/PCA/PCA_MNIST_Logistic_Regression_Machine_Learning_for_Blog.ipynb renamed to Sklearn/PCA/CHECK_LATER_PCA_to_Speed-up_Machine_Learning_Algorithms.ipynb

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<h1 align=\"center\"> PCA + Logistic Regression (MNIST) </h1>"
8-
]
9-
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {},
13-
"source": [
14-
"1. model timing with and without PCA.\n"
7+
"<h1 align=\"center\"> PCA to Speed-up Machine Learning Algorithms </h1>"
158
]
169
},
1710
{
@@ -184,7 +177,9 @@
184177
{
185178
"cell_type": "code",
186179
"execution_count": 35,
187-
"metadata": {},
180+
"metadata": {
181+
"collapsed": true
182+
},
188183
"outputs": [],
189184
"source": [
190185
"# Standardize features by removing the mean and scaling to unit variance\n",

Sklearn/PCA/PCA_Data_Visualization_Iris_Dataset_Blog.ipynb

Lines changed: 27 additions & 25 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)