Skip to content

Instantly share code, notes, and snippets.

@sagarhowal
Created December 25, 2017 10:48
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 sagarhowal/2a12147b25e9ddbd64b1ca39057392fd to your computer and use it in GitHub Desktop.
Save sagarhowal/2a12147b25e9ddbd64b1ca39057392fd to your computer and use it in GitHub Desktop.
Fitting an ANN
# Fitting the ANN to the Training set
classifier.fit(X_train, y_train, batch_size = 10, epochs = 100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment