Skip to content

Instantly share code, notes, and snippets.

@shyamal18122000
Created August 28, 2021 21:11
Show Gist options
  • Save shyamal18122000/ddc37f6bef876754ddaaa13e16a37c51 to your computer and use it in GitHub Desktop.
Save shyamal18122000/ddc37f6bef876754ddaaa13e16a37c51 to your computer and use it in GitHub Desktop.
import pandas as pd
import tensorflow as tf
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Conv2D, MaxPooling2D
from tensorflow.keras.layers import Activation, Flatten, Dropout, Dense
from tensorflow.keras.layers import BatchNormalization
import seaborn as sns
%matplotlib inline
from matplotlib import pyplot as plt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment