Skip to content

Instantly share code, notes, and snippets.

@VictorSaenger
Created October 8, 2019 13:22
Show Gist options
  • Select an option

  • Save VictorSaenger/2c2d415a7fc7f6a52a43d448c4dfcd1f to your computer and use it in GitHub Desktop.

Select an option

Save VictorSaenger/2c2d415a7fc7f6a52a43d448c4dfcd1f to your computer and use it in GitHub Desktop.
#fit the network. You can change parameters to see how this affects your training.
m_h = news_DNN.fit(X_train, y_train, epochs=400, \
validation_data=(X_test, y_test), batch_size=32, verbose=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment