From 9975c98852c95c272dfa5929128483cc962d1078 Mon Sep 17 00:00:00 2001 From: Tanuj Dhiman <56601466+tanujdhiman@users.noreply.github.com> Date: Tue, 3 Nov 2020 18:05:17 +0530 Subject: [PATCH] Update ann.py --- ANN/ann.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ANN/ann.py b/ANN/ann.py index 94c2a45..0227be4 100644 --- a/ANN/ann.py +++ b/ANN/ann.py @@ -38,10 +38,8 @@ # Importing the Keras libraries and packages import keras -from keras.models import Sequential -from keras.layers import Dense -from keras.layers import LeakyReLU,PReLU,ELU -from keras.layers import Dropout +from keras.models import Sequential +from keras.layers import Dense, LeakyReLU, PReLU, ELU, Dropout # Initialising the ANN