Skip to content

Instantly share code, notes, and snippets.

@frenzy2106
Created March 17, 2020 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frenzy2106/d2c1e99311c03168fa44d20308bba945 to your computer and use it in GitHub Desktop.
Save frenzy2106/d2c1e99311c03168fa44d20308bba945 to your computer and use it in GitHub Desktop.
model.compile(optimizer='adam',
loss='categorical_crossentropy',
metrics=['accuracy'])
model.fit(X_train, y_train, epochs=10, validation_data=(X_test, y_test))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment