随笔分类 -  Numpy

摘要:前言 对于学习NumPy(Numeric Python),首先需要知道一点是:Numpy 是用来处理矩阵数组的。因此,知道一个数组是多少维度是很有必要的。 shape 属性 对于shape函数,官方文档是这么说明: the dimensions of the array. This is a tup 阅读全文
posted @ 2018-05-05 00:43 早起Abc 阅读(34805) 评论(2) 推荐(2)