Skip to content

Instantly share code, notes, and snippets.

@wolterlw
Created December 2, 2017 09:53
Show Gist options
  • Save wolterlw/e705afd24ea7be430d7d45efb1d76707 to your computer and use it in GitHub Desktop.
Save wolterlw/e705afd24ea7be430d7d45efb1d76707 to your computer and use it in GitHub Desktop.
simplest_nn.py
from keras.models import Sequential
model = Sequential()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment