Skip to content

Instantly share code, notes, and snippets.

@jeetaf
Created July 13, 2021 16:41
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 jeetaf/fa10be1847d9912747c63bff514d833d to your computer and use it in GitHub Desktop.
Save jeetaf/fa10be1847d9912747c63bff514d833d to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
from sklearn.preprocessing import MinMaxScaler
import matplotlib.pyplot as plt
import seaborn as sns
from sklearn.model_selection import train_test_split
from sklearn.metrics import accuracy_score
import matplotlib.pyplot as plt
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras import Sequential
from tensorflow.keras.layers import Dense, Dropout, BatchNormalization
from tensorflow.keras.optimizers import Adam
from sklearn.metrics import confusion_matrix,classification_report
from tensorflow.keras.utils import to_categorical, normalize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment