Skip to content

Instantly share code, notes, and snippets.

@Blaizzy
Created April 10, 2019 09:24
Show Gist options
  • Select an option

  • Save Blaizzy/4abb56f3ec72e50fd8648f9004d1e6e6 to your computer and use it in GitHub Desktop.

Select an option

Save Blaizzy/4abb56f3ec72e50fd8648f9004d1e6e6 to your computer and use it in GitHub Desktop.
model.add(layers.Flatten())
model.add(layers.Dense(64, activation = 'relu'))
model.add(layers.Dense(10, activation = 'softmax'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment