This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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 1_numpy_matplotlib_scipy_sympy/2.1.text.
pull/3/head
旭日东升
Gitee
5 years ago
parent
51e67538e3
commit
b33ae8f97c
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
1_numpy_matplotlib_scipy_sympy/2.1.text
+ 4
- 0
1_numpy_matplotlib_scipy_sympy/2.1.text
View File
@@ -0,0 +1,4 @@
import numpy as np
Z = np.array([[10, 34, 54, 23],[31, 87, 53, 68],[98, 49, 25, 11],[84, 32, 67, 88]])
Z = np.pad(Z, pad_width=1, mode='constant', constant_values=0)
print(Z)
Write
Preview
Loading…
Cancel
Save