This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
machinelearning_notebook
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Add k-means figure save
pull/6/MERGE
bushuhui
3 years ago
parent
28664e0542
commit
4e76b23bd6
7 changed files
with
56 additions
and
50 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-3
2_knn/knn_classification.ipynb
+45
-45
3_kmeans/1-k-means.ipynb
+4
-2
3_kmeans/2-kmeans-color-vq.ipynb
BIN
3_kmeans/k-means_data.pdf
BIN
3_kmeans/k-means_groundtruth.pdf
BIN
3_kmeans/k-means_predict.pdf
BIN
3_kmeans/k-means_silhouette_coef.pdf
+ 7
- 3
2_knn/knn_classification.ipynb
View File
@@ -322,7 +322,9 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import numpy as np\n",
@@ -479,7 +481,9 @@
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# split train / test data\n",
@@ -570,7 +574,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
7.9
"
"version": "3.
5.4
"
}
},
"nbformat": 4,
+ 45
- 45
3_kmeans/1-k-means.ipynb
File diff suppressed because it is too large
View File
+ 4
- 2
3_kmeans/2-kmeans-color-vq.ipynb
View File
@@ -16,7 +16,9 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"%matplotlib inline\n",
@@ -206,7 +208,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
7.9
"
"version": "3.
5.4
"
}
},
"nbformat": 4,
BIN
3_kmeans/k-means_data.pdf
View File
BIN
3_kmeans/k-means_groundtruth.pdf
View File
BIN
3_kmeans/k-means_predict.pdf
View File
BIN
3_kmeans/k-means_silhouette_coef.pdf
View File
Write
Preview
Loading…
Cancel
Save