Skip to content

Commit 66c8408

Browse files
committed
PCA
1 parent fd2615d commit 66c8408

File tree

8 files changed

+85402
-21
lines changed

8 files changed

+85402
-21
lines changed

class_04/.ipynb_checkpoints/KMeans-checkpoint.ipynb

Lines changed: 9 additions & 18 deletions
Large diffs are not rendered by default.

class_04/KMeans.ipynb

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"metadata": {
7+
"collapsed": true
8+
},
9+
"outputs": [],
10+
"source": [
11+
"import numpy as np\n",
12+
"from matplotlib import pyplot as plt\n",
13+
"%matplotlib inline"
14+
]
15+
},
16+
{
17+
"cell_type": "code",
18+
"execution_count": null,
19+
"metadata": {
20+
"collapsed": true
21+
},
22+
"outputs": [],
23+
"source": []
24+
}
25+
],
26+
"metadata": {
27+
"kernelspec": {
28+
"display_name": "Python 2",
29+
"language": "python",
30+
"name": "python2"
31+
},
32+
"language_info": {
33+
"codemirror_mode": {
34+
"name": "ipython",
35+
"version": 2
36+
},
37+
"file_extension": ".py",
38+
"mimetype": "text/x-python",
39+
"name": "python",
40+
"nbconvert_exporter": "python",
41+
"pygments_lexer": "ipython2",
42+
"version": "2.7.12"
43+
}
44+
},
45+
"nbformat": 4,
46+
"nbformat_minor": 2
47+
}

class_05/.ipynb_checkpoints/pca-checkpoint.ipynb

Lines changed: 647 additions & 0 deletions
Large diffs are not rendered by default.

class_05/Untitled.ipynb

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"metadata": {
7+
"collapsed": true
8+
},
9+
"outputs": [],
10+
"source": [
11+
"import numpy as np\n",
12+
"from matplotlib import pyplot as plt\n",
13+
"%matplotlib inline"
14+
]
15+
},
16+
{
17+
"cell_type": "code",
18+
"execution_count": null,
19+
"metadata": {
20+
"collapsed": true
21+
},
22+
"outputs": [],
23+
"source": []
24+
}
25+
],
26+
"metadata": {
27+
"kernelspec": {
28+
"display_name": "Python 2",
29+
"language": "python",
30+
"name": "python2"
31+
},
32+
"language_info": {
33+
"codemirror_mode": {
34+
"name": "ipython",
35+
"version": 2
36+
},
37+
"file_extension": ".py",
38+
"mimetype": "text/x-python",
39+
"name": "python",
40+
"nbconvert_exporter": "python",
41+
"pygments_lexer": "ipython2",
42+
"version": "2.7.12"
43+
}
44+
},
45+
"nbformat": 4,
46+
"nbformat_minor": 2
47+
}

class_05/pca.ipynb

Lines changed: 647 additions & 0 deletions
Large diffs are not rendered by default.

class_05/train.csv

Lines changed: 42001 additions & 0 deletions
Large diffs are not rendered by default.

train.csv

Lines changed: 42001 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)