I have build a custom Skin cancer classification system using Keras(2.2.2),python(3.6),tensorflow(1.9.0).
Here is the training accuracy,validation accuracy and validation loss graph I am getting (epochs is given in the x axis).
Is it safe to assume after the epoch 640 my model is over fitting ?.
Can we say that the we have reached global minima and just oscillating there ?