I have the following NN written in keras:
x = some_np_array y = another_np_array import keras from keras.models import Sequential from keras.layers import Dense,