Skip to content

Instantly share code, notes, and snippets.

@ageitgey
Last active December 12, 2017 19:59
Show Gist options
  • Save ageitgey/9e44c17f0b58a28eeea950166d6e0874 to your computer and use it in GitHub Desktop.
Save ageitgey/9e44c17f0b58a28eeea950166d6e0874 to your computer and use it in GitHub Desktop.
# 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