Created
September 5, 2019 06:18
-
-
Save NMZivkovic/5a505e6132bcff34ade83b1ff59e507a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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