Skip to content

Instantly share code, notes, and snippets.

@sid321axn
Created August 26, 2020 11:43
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 sid321axn/e312e0aaf1a18f433555530dcb0134cf to your computer and use it in GitHub Desktop.
Save sid321axn/e312e0aaf1a18f433555530dcb0134cf to your computer and use it in GitHub Desktop.
K.clear_session()
model = Sequential()
model.add(Dense(12, input_dim=1, activation='relu'))
model.add(Dense(1))
model.summary()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment