Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created March 2, 2018 08:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NMZivkovic/3a10b419153b68ee6c7c45334d211d38 to your computer and use it in GitHub Desktop.
Save NMZivkovic/3a10b419153b68ee6c7c45334d211d38 to your computer and use it in GitHub Desktop.
import numpy as np
from matplotlib import pyplot as plt
from keras.utils.np_utils import to_categorical
from keras.models import Sequential
from keras.layers.core import Dense, Dropout, Flatten
from keras.layers import Conv2D, MaxPooling2D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment