gpt4 book ai didi

python - 哪个数字代表 shape 返回的元组中的行和列?

转载 作者:太空狗 更新时间:2023-10-29 20:33:10 26 4
gpt4 key购买 nike

>>> A = np.matrix(np.zeros(2, 3)))  
>>> A.shape
(2, 3)
>>> A
matrix([[ 0., 0., 0.],
[ 0., 0., 0.]])

矩阵 A 是两行三个零还是两列三个零?

最佳答案

A.shape 将返回一个元组 (m, n),其中 m 是行数,n 是列数。

关于python - 哪个数字代表 shape 返回的元组中的行和列?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30898562/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com