I want to find a good fit for my data, so I started with training the basic model (for the simple binary classification problem) and plotted the learning curves from the training. The plot I got:
Learning curves for training of my model
However, I am not sure what these curves mean, does the model overfit or underfit? Seems like there is a quite big gap between the training and validation curve, so I assumed it's overfitting and I added some regularization, however that seemed to only decrease both validation and test set accuracy and the gap remained more-less the same. So is this plot showing bias then?