[Deep Learning] Numpy 實作one-hot encoding + softmax · X = np.array([[0, 3.5],[1,2],[1,0.5]]) · y_one_hot = np.zeros([y.size, np.amax(y)+1])
確定! 回上一頁