标签:nump color 技术 sha ges imp nbsp 矩阵 es2017
1.将列表转换为矩阵的方法:np.array()
import numpy as np array = np.array([[1, 2, 3],[2, 3, 4]])
2.numpy的属性:ndim, shape, size
ndim:空间维数, shape:几行几列, size:元素个数
3.
标签:nump color 技术 sha ges imp nbsp 矩阵 es2017
原文地址:http://www.cnblogs.com/keye/p/7846211.html