Skip to content

Instantly share code, notes, and snippets.

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 um4ng-tiw/1b93f74ee3b96f022ee248deb450c6d3 to your computer and use it in GitHub Desktop.
Save um4ng-tiw/1b93f74ee3b96f022ee248deb450c6d3 to your computer and use it in GitHub Desktop.
import numpy as np
from tensorflow import keras
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Flatten, Dense
import matplotlib.pyplot as plt
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment