Browse Source

Improve description

savefigrue
bushuhui 3 years ago
parent
commit
9d4db9f22d
6 changed files with 754 additions and 724 deletions
  1. +531
    -541
      1_numpy_matplotlib_scipy_sympy/1-numpy_tutorial.ipynb
  2. +138
    -123
      1_numpy_matplotlib_scipy_sympy/2-matplotlib_tutorial.ipynb
  3. BIN
      1_numpy_matplotlib_scipy_sympy/images/numpy.png
  4. +3
    -3
      1_numpy_matplotlib_scipy_sympy/random-matrix.csv
  5. BIN
      1_numpy_matplotlib_scipy_sympy/random-matrix.npy
  6. +82
    -57
      2_knn/knn_classification.ipynb

+ 531
- 541
1_numpy_matplotlib_scipy_sympy/1-numpy_tutorial.ipynb
File diff suppressed because it is too large
View File


+ 138
- 123
1_numpy_matplotlib_scipy_sympy/2-matplotlib_tutorial.ipynb
File diff suppressed because it is too large
View File


BIN
1_numpy_matplotlib_scipy_sympy/images/numpy.png View File

Before After
Width: 2582  |  Height: 1024  |  Size: 296 kB

+ 3
- 3
1_numpy_matplotlib_scipy_sympy/random-matrix.csv View File

@@ -1,3 +1,3 @@
0.40420 0.08427 0.22161
0.40853 0.67285 0.53940
0.74434 0.24684 0.14916
0.81041 0.69606 0.42944
0.99033 0.60317 0.82435
0.70689 0.05605 0.53930

BIN
1_numpy_matplotlib_scipy_sympy/random-matrix.npy View File


+ 82
- 57
2_knn/knn_classification.ipynb
File diff suppressed because it is too large
View File


Loading…
Cancel
Save