訓練データと正解ラベルの用意''' import numpy as np import torch # XORゲートの入力値 0と1の組み合わせの行列(4, 2) train = np.array([[0, 0], [0, 1], [1, 0], ...
確定! 回上一頁