Browse Source

Add Machine Learning From Scratch

pull/2/MERGE
bushuhui 4 years ago
parent
commit
7ae7a3fdce
10 changed files with 812 additions and 747 deletions
  1. +556
    -482
      1_numpy_matplotlib_scipy_sympy/1-numpy_tutorial.ipynb
  2. +19
    -18
      1_numpy_matplotlib_scipy_sympy/2-matplotlib_tutorial.ipynb
  3. +7
    -7
      1_numpy_matplotlib_scipy_sympy/3-ipython_notebook.ipynb
  4. +100
    -111
      1_numpy_matplotlib_scipy_sympy/4-scipy_tutorial.ipynb
  5. +123
    -123
      1_numpy_matplotlib_scipy_sympy/5-sympy_tutorial.ipynb
  6. +3
    -3
      1_numpy_matplotlib_scipy_sympy/random-matrix.csv
  7. BIN
      1_numpy_matplotlib_scipy_sympy/random-matrix.npy
  8. +1
    -1
      1_numpy_matplotlib_scipy_sympy/utils_git.ipynb
  9. +1
    -1
      1_numpy_matplotlib_scipy_sympy/utils_git_advanced.ipynb
  10. +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", "cell_type": "code",
"execution_count": 4,
"execution_count": 1,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@@ -39,7 +39,7 @@
"4" "4"
] ]
}, },
"execution_count": 4,
"execution_count": 1,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@@ -50,7 +50,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 5,
"execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@@ -59,7 +59,7 @@
"12" "12"
] ]
}, },
"execution_count": 5,
"execution_count": 2,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@@ -97,7 +97,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 7,
"execution_count": 3,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@@ -242,7 +242,7 @@
"Automagic is ON, % prefix IS NOT needed for line magics." "Automagic is ON, % prefix IS NOT needed for line magics."
] ]
}, },
"execution_count": 7,
"execution_count": 3,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@@ -271,7 +271,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9,
"execution_count": 4,
"metadata": {}, "metadata": {},
"outputs": [ "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", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.5.2"
"version": "3.6.9"
} }
}, },
"nbformat": 4, "nbformat": 4,


+ 1
- 1
1_numpy_matplotlib_scipy_sympy/utils_git_advanced.ipynb View File

@@ -421,7 +421,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.5.2"
"version": "3.6.9"
} }
}, },
"nbformat": 4, "nbformat": 4,


+ 2
- 1
References.md View File

@@ -19,4 +19,5 @@
- https://www.toutiao.com/a6821299115175969287/ - https://www.toutiao.com/a6821299115175969287/
- https://github.com/minivision-ai/photo2cartoon - 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)

Loading…
Cancel
Save