Keras - Plot training, validation and test set accuracy

前端 未结 4 1685
萌比男神i
萌比男神i 2020-12-07 22:36

I want to plot the output of this simple neural network:

model.compile(loss=\'binary_crossentropy\', optimizer=\'adam\', metrics=[\'accuracy\'])
history = m         


        
4条回答
提交回复
热议问题