Skip to content

Instantly share code, notes, and snippets.

@morgankenyon
Created April 18, 2020 18:30
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 morgankenyon/0d317d5f66b6a1cafb57bba0a8675fe9 to your computer and use it in GitHub Desktop.
Save morgankenyon/0d317d5f66b6a1cafb57bba0a8675fe9 to your computer and use it in GitHub Desktop.
model = Sequential()
model.add(Dense(num_classes, activation='softmax', input_shape=(784,)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment