Skip to content

Instantly share code, notes, and snippets.

@rahulkrishnan98
Created June 12, 2018 10:09
Show Gist options
  • Select an option

  • Save rahulkrishnan98/fe58ce4b15913dd9c480c5a63ccf9442 to your computer and use it in GitHub Desktop.

Select an option

Save rahulkrishnan98/fe58ce4b15913dd9c480c5a63ccf9442 to your computer and use it in GitHub Desktop.
model=baseline_model()
model.fit(X_train, y_train,validation_data=(X_test,y_test), epochs=10, batch_size=200,verbose=2)
scores=model.evaluate(X_test, y_test,verbose=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment