Browse Source

Improve numpy & knn descriptions

pull/5/MERGE
bushuhui 3 years ago
parent
commit
813cf981b9
7 changed files with 782 additions and 1030 deletions
  1. +565
    -815
      1_numpy_matplotlib_scipy_sympy/1-numpy_tutorial.ipynb
  2. +137
    -151
      1_numpy_matplotlib_scipy_sympy/2-matplotlib_tutorial.ipynb
  3. BIN
      1_numpy_matplotlib_scipy_sympy/images/Matplotlib_gallery.png
  4. +3
    -3
      1_numpy_matplotlib_scipy_sympy/random-matrix.csv
  5. BIN
      1_numpy_matplotlib_scipy_sympy/random-matrix.npy
  6. BIN
      2_knn/images/ml_methodology.png
  7. +77
    -61
      2_knn/knn_classification.ipynb

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


+ 137
- 151
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/Matplotlib_gallery.png View File

Before After
Width: 740  |  Height: 487  |  Size: 291 kB

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

@@ -1,3 +1,3 @@
0.89021 0.18805 0.20553
0.18647 0.66981 0.76891
0.14441 0.68758 0.21190
0.40420 0.08427 0.22161
0.40853 0.67285 0.53940
0.74434 0.24684 0.14916

BIN
1_numpy_matplotlib_scipy_sympy/random-matrix.npy View File


BIN
2_knn/images/ml_methodology.png View File

Before After
Width: 1458  |  Height: 336  |  Size: 39 kB

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


Loading…
Cancel
Save