我試圖適應多類分類神經網絡模型,但我有 IndexError: indices are out-of-bounds
錯誤。 我的訓練數據的維度爲(26728, 450),有450個功能。輸出大小爲5(5類)。我用to_categorical(train_Y)將它轉換爲5列的矩陣。 的代碼是 model = Sequential()
model.add(Dense(64, input_dim
我遵循了https://datanoord.com/2016/02/01/setup-a-deep-learning-environment-on-windows-theano-keras-with-gpu-enabled/ 的所有指令,但似乎無法使它工作。 我已經加入 C:\ Program Files文件(x86)的\微軟的Visual Studio 12.0 \ VC \ BIN 到我的PA