read.cash Log in
h@hbkedge

龍家俊教你 機器學習 day25 NumPy提供了一個N維數組類型ndarray,它描述了相同類型的“items”的集合。 範例: import numpy as np # 建立ndarray score = np.array( [[50, 89, 86, 67, 89], [78, 97, 59, 67, 81], [90, 94, 78, 62, 74], [91, 93, 91, 57, 69], [76, 87, 75, 67, 86], [78, 79, 84, 97, 84], [94, 92, 63, 47, 64], [96, 85, 83, 67, 85]]) score

No comments yet

Log in to join in Reading is open to everyone. Replying needs an account.