In [1]:
from keras.models import Sequential

model = Sequential()

In [ ]: