Improve Accuracy of Model on Validation Dataset

Hi everyone! I’m a beginner to TensorFlow, and I created a classification model that detects breast cancer using a ResNet 50. However, the accuracy of my model on my validation dataset is very low. How can I specifically improve my model’s accuracy?

Kaggle notebook: ResNet50 - TensorFlow - RSNA | Kaggle

Hi @Naina_K, Could You please try to shuffle your data and split them to the train , test and validation set then train again. Thank You.