Skip to content

Instantly share code, notes, and snippets.

@zaidalyafeai
Created August 8, 2018 23:13
Show Gist options
  • Save zaidalyafeai/238e293e65573b2f5816b07b0ea11f37 to your computer and use it in GitHub Desktop.
Save zaidalyafeai/238e293e65573b2f5816b07b0ea11f37 to your computer and use it in GitHub Desktop.
from keras.models import Sequential
from keras.layers.core import Dense, Dropout, Activation
from keras.optimizers import SGD
import numpy as np
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment