Skip to content

Instantly share code, notes, and snippets.

@sagarhowal
Created December 25, 2017 10:45
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 sagarhowal/4faad15bf53b4945a045269a1f2e6e90 to your computer and use it in GitHub Desktop.
Save sagarhowal/4faad15bf53b4945a045269a1f2e6e90 to your computer and use it in GitHub Desktop.
Importing the Keras libraries and packages
# Importing the Keras libraries and packages
import keras
from keras.models import Sequential
from keras.layers import Dense
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment