-
-
Save ageitgey/9e44c17f0b58a28eeea950166d6e0874 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Train the neural network | |
model.fit(X_train, Y_train, validation_data=(X_test, Y_test), batch_size=32, epochs=10, verbose=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment