Posts by Gabriel Brambila • 73 points
2 posts
-
1
votes1
answer221
viewsQ: Set steps_per_epoch is dramatically increasing training time
This is my training function: model.fit(train_states, train_plays, epochs= numEpochs, validation_data = (test_states,test_plays), shuffle=True) When I don’t define Steps per epoch, I get this: Train…
-
6
votes1
answer157
viewsQ: Help with first neural network
I am beginner in dealing with Nns, and need help and explanation in certain things with my first project. Basicamento, to making an NN for checkers, my input are the black parts of the board (8x4)…