Skip to content

Instantly share code, notes, and snippets.

@grohith327
Created May 18, 2018 19:45
Show Gist options
  • Save grohith327/0d00b010e3d7ebbff83b89d44a5467ff to your computer and use it in GitHub Desktop.
Save grohith327/0d00b010e3d7ebbff83b89d44a5467ff to your computer and use it in GitHub Desktop.
import keras
from keras.datasets import mnist
from keras.models import Sequential
from keras.layers import Dense, Dropout, Flatten
from keras.layers import Conv2D, MaxPooling2D
import numpy as np
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment