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
Change figure save method
pull/10/MERGE
bushuhui
3 years ago
parent
05f9ca85ac
commit
1b0b7fb166
6 changed files
with
25 additions
and
28 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+24
-28
3_kmeans/1-k-means.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
+ 1
- 0
.gitignore
View File
@@ -3,3 +3,4 @@
*.tar.gz
*.pth
__pycache__
fig-res
+ 24
- 28
3_kmeans/1-k-means.ipynb
File diff suppressed because it is too large
View File
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