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
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
Copyright © 2021 Jogjafile Inc.
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.