Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Last active August 8, 2020 05:16
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 aniruddha27/94ff56d8bd2315894f484acdc0e88a92 to your computer and use it in GitHub Desktop.
Save aniruddha27/94ff56d8bd2315894f484acdc0e88a92 to your computer and use it in GitHub Desktop.
from keras.models import Sequential
from keras.layers import Dropout, Flatten, Dense, Conv2D, MaxPooling2D, BatchNormalization
from keras.optimizers import SGD
import keras
from sklearn.model_selection import train_test_split
import cv2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment