Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created September 5, 2019 06:18
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 NMZivkovic/5a505e6132bcff34ade83b1ff59e507a to your computer and use it in GitHub Desktop.
Save NMZivkovic/5a505e6132bcff34ade83b1ff59e507a to your computer and use it in GitHub Desktop.
from tensorflow.keras.layers import Dense, Flatten, Conv2D, MaxPooling2D
from tensorflow.keras import Sequential
from tensorflow.keras.datasets import mnist
import matplotlib.pyplot as plt
import numpy as np
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment