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 Machine Learning From Scratch
pull/2/MERGE
bushuhui
4 years ago
parent
f8b50524dd
commit
7ae7a3fdce
10 changed files
with
812 additions
and
747 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+556
-482
1_numpy_matplotlib_scipy_sympy/1-numpy_tutorial.ipynb
+19
-18
1_numpy_matplotlib_scipy_sympy/2-matplotlib_tutorial.ipynb
+7
-7
1_numpy_matplotlib_scipy_sympy/3-ipython_notebook.ipynb
+100
-111
1_numpy_matplotlib_scipy_sympy/4-scipy_tutorial.ipynb
+123
-123
1_numpy_matplotlib_scipy_sympy/5-sympy_tutorial.ipynb
+3
-3
1_numpy_matplotlib_scipy_sympy/random-matrix.csv
BIN
1_numpy_matplotlib_scipy_sympy/random-matrix.npy
+1
-1
1_numpy_matplotlib_scipy_sympy/utils_git.ipynb
+1
-1
1_numpy_matplotlib_scipy_sympy/utils_git_advanced.ipynb
+2
-1
References.md
+ 556
- 482
1_numpy_matplotlib_scipy_sympy/1-numpy_tutorial.ipynb
File diff suppressed because it is too large
View File
+ 19
- 18
1_numpy_matplotlib_scipy_sympy/2-matplotlib_tutorial.ipynb
File diff suppressed because it is too large
View File
+ 7
- 7
1_numpy_matplotlib_scipy_sympy/3-ipython_notebook.ipynb
View File
@@ -30,7 +30,7 @@
},
{
"cell_type": "code",
"execution_count":
4
,
"execution_count":
1
,
"metadata": {},
"outputs": [
{
@@ -39,7 +39,7 @@
"4"
]
},
"execution_count":
4
,
"execution_count":
1
,
"metadata": {},
"output_type": "execute_result"
}
@@ -50,7 +50,7 @@
},
{
"cell_type": "code",
"execution_count":
5
,
"execution_count":
2
,
"metadata": {},
"outputs": [
{
@@ -59,7 +59,7 @@
"12"
]
},
"execution_count":
5
,
"execution_count":
2
,
"metadata": {},
"output_type": "execute_result"
}
@@ -97,7 +97,7 @@
},
{
"cell_type": "code",
"execution_count":
7
,
"execution_count":
3
,
"metadata": {},
"outputs": [
{
@@ -242,7 +242,7 @@
"Automagic is ON, % prefix IS NOT needed for line magics."
]
},
"execution_count":
7
,
"execution_count":
3
,
"metadata": {},
"output_type": "execute_result"
}
@@ -271,7 +271,7 @@
},
{
"cell_type": "code",
"execution_count":
9
,
"execution_count":
4
,
"metadata": {},
"outputs": [
{
+ 100
- 111
1_numpy_matplotlib_scipy_sympy/4-scipy_tutorial.ipynb
File diff suppressed because it is too large
View File
+ 123
- 123
1_numpy_matplotlib_scipy_sympy/5-sympy_tutorial.ipynb
File diff suppressed because it is too large
View File
+ 3
- 3
1_numpy_matplotlib_scipy_sympy/random-matrix.csv
View File
@@ -1,3 +1,3 @@
0.
14040 0.96925 0.53435
0.
77574 0.21287 0.68518
0.
32863 0.70297 0.39513
0.
23335 0.09866 0.05722
0.
69545 0.53988 0.70583
0.
74875 0.09428 0.78592
BIN
1_numpy_matplotlib_scipy_sympy/random-matrix.npy
View File
+ 1
- 1
1_numpy_matplotlib_scipy_sympy/utils_git.ipynb
View File
@@ -291,7 +291,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
5.2
"
"version": "3.
6.9
"
}
},
"nbformat": 4,
+ 1
- 1
1_numpy_matplotlib_scipy_sympy/utils_git_advanced.ipynb
View File
@@ -421,7 +421,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
5.2
"
"version": "3.
6.9
"
}
},
"nbformat": 4,
+ 2
- 1
References.md
View File
@@ -19,4 +19,5 @@
- https://www.toutiao.com/a6821299115175969287/
- https://github.com/minivision-ai/photo2cartoon
* [Awesome Deep Learning Project Ideas](https://github.com/NirantK/awesome-project-ideas)
* [Awesome Deep Learning Project Ideas](https://github.com/NirantK/awesome-project-ideas)
* [Machine Learning From Scratch](https://github.com/eriklindernoren/ML-From-Scratch)
Write
Preview
Loading…
Cancel
Save