Understanding these machine learning curves?

46 Views Asked by At

enter image description here #machine_learning

My model has 3 images for the testing and I got these curves as result, I do not know how to explain these curves in the report

1

There are 1 best solutions below

0
On

Your model might be overfitting, as your train accuracy is always(in all epochs) higher than your validation accuracy. But it depends more or less on your data points. For your report, better include your methods to avoid overfitting, as for this case, why you choose specific model can be more reasonable.