Last active
February 24, 2020 16:27
-
-
Save Bornlex/088ced92a8f62b7aa6f94cebe11fd605 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
import tensorflow as tf | |
from tensorflow import keras | |
from tensorflow.keras.datasets import mnist | |
import numpy as np | |
from matplotlib import pyplot as plt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment