This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
Improve some descriptions
pull/5/head
bushuhui
4 years ago
parent
2ce44c76d5
commit
53ff59684d
6 changed files
with
209 additions
and
132 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+33
-28
3_kmeans/1-k-means.ipynb
+11
-11
3_kmeans/2-kmeans-color-vq.ipynb
+1
-1
3_kmeans/3-ClusteringAlgorithms.ipynb
+136
-70
4_logistic_regression/1-Least_squares.ipynb
+27
-21
4_logistic_regression/2-Logistic_regression.ipynb
+1
-1
5_nn/1-Perceptron.ipynb
+ 33
- 28
3_kmeans/1-k-means.ipynb
File diff suppressed because it is too large
View File
+ 11
- 11
3_kmeans/2-kmeans-color-vq.ipynb
File diff suppressed because it is too large
View File
+ 1
- 1
3_kmeans/3-ClusteringAlgorithms.ipynb
View File
@@ -237,7 +237,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
6
.9"
"version": "3.
7
.9"
},
"main_language": "python"
},
+ 136
- 70
4_logistic_regression/1-Least_squares.ipynb
File diff suppressed because it is too large
View File
+ 27
- 21
4_logistic_regression/2-Logistic_regression.ipynb
File diff suppressed because it is too large
View File
+ 1
- 1
5_nn/1-Perceptron.ipynb
View File
@@ -250,7 +250,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
6
.9"
"version": "3.
7
.9"
}
},
"nbformat": 4,
Write
Preview
Loading…
Cancel
Save