Created
October 8, 2019 13:22
-
-
Save VictorSaenger/2c2d415a7fc7f6a52a43d448c4dfcd1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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