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 some references
master
bushuhui
2 years ago
parent
436192801b
commit
2bd926154b
5 changed files
with
122 additions
and
79 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+29
-29
4_logistic_regression/1-Least_squares.ipynb
+33
-16
4_logistic_regression/2-Logistic_regression.ipynb
+2
-2
4_logistic_regression/3-PCA_and_Logistic_Regression.ipynb
BIN
4_logistic_regression/logistic_pred_res.pdf
+58
-32
5_nn/1-Perceptron.ipynb
+ 29
- 29
4_logistic_regression/1-Least_squares.ipynb
File diff suppressed because it is too large
View File
+ 33
- 16
4_logistic_regression/2-Logistic_regression.ipynb
File diff suppressed because it is too large
View File
+ 2
- 2
4_logistic_regression/3-PCA_and_Logistic_Regression.ipynb
View File
@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#
链接
主成分分析和逻辑回归"
"# 主成分分析和逻辑回归"
]
},
{
@@ -544,7 +544,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
6
.9"
"version": "3.
7
.9"
}
},
"nbformat": 4,
BIN
4_logistic_regression/logistic_pred_res.pdf
View File
+ 58
- 32
5_nn/1-Perceptron.ipynb
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save