cerndb / dist-keras

Distributed Deep Learning, with a focus on distributed training, using Keras and Apache Spark.
http://joerihermans.com/work/distributed-keras/
GNU General Public License v3.0
624 stars 169 forks source link

How to plot accuracy or loss for training and validation data #64

Open nadamaguid opened 6 years ago

nadamaguid commented 6 years ago

It is unclear how a graph plot can be generated showing the accuracy or loss over epochs. With keras, the history dictionary maintains the values across epochs. After drilling through I figured out that there is a history list but it is unclear what the values being maintained represent. Your help would be much appreciated

Roamoin commented 5 years ago

answered in - #33 I also want to know the loss curve of the validation data and prevent overfit