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
Improve description of least squares / logistic regression
savefigrue
bushuhui
3 years ago
parent
b86e03edca
commit
bede2a5ea0
7 changed files
with
157 additions
and
219 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+81
-86
4_logistic_regression/1-Least_squares.ipynb
+76
-101
4_logistic_regression/2-Logistic_regression.ipynb
+0
-32
4_logistic_regression/PCA.ipynb
BIN
4_logistic_regression/images/least_squares.png
BIN
4_logistic_regression/images/least_squares.xcf
BIN
4_logistic_regression/images/linear_logistic_regression.png
BIN
4_logistic_regression/images/linear_regression.png
+ 81
- 86
4_logistic_regression/1-Least_squares.ipynb
File diff suppressed because it is too large
View File
+ 76
- 101
4_logistic_regression/2-Logistic_regression.ipynb
File diff suppressed because it is too large
View File
+ 0
- 32
4_logistic_regression/PCA.ipynb
View File
@@ -1,32 +0,0 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.9"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
BIN
4_logistic_regression/images/least_squares.png
View File
Before
After
Width:
500
| Height:
491
| Size:
45 kB
BIN
4_logistic_regression/images/least_squares.xcf
View File
BIN
4_logistic_regression/images/linear_logistic_regression.png
View File
Before
After
Width:
714
| Height:
314
| Size:
20 kB
BIN
4_logistic_regression/images/linear_regression.png
View File
Before
After
Width:
600
| Height:
397
| Size:
108 kB
Write
Preview
Loading…
Cancel
Save