I want to plot the output of this simple neural network:
model.compile(loss=\'binary_crossentropy\', optimizer=\'adam\', metrics=[\'accuracy\']) history = m
try
pd.DataFrame(history.history).plot(figsize=(8,5)) plt.show()