100个numpy问题31-100

it2023-11-05  78

如何归一化值,使得所有的值均处于0-1的区间内,比如: # 一维数组 array([1, 2, 3, 4, 5]) # 想要得到的数组 [0.75 1.75 2.75 3.75 4.75]
最新回复(0)