Bocor Relu Keras

activation = tf.keras.layers.LeakyReLU(alpha=0.3)
#put this in your model.add()
Helpful Hare