Skip to content

Instantly share code, notes, and snippets.

@Bornlex
Last active February 24, 2020 16:27
Show Gist options
  • Save Bornlex/088ced92a8f62b7aa6f94cebe11fd605 to your computer and use it in GitHub Desktop.
Save Bornlex/088ced92a8f62b7aa6f94cebe11fd605 to your computer and use it in GitHub Desktop.
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