I have tried using dropouts, normalised the values still the validation accuracy is fluctuating a lot sometime avove 90 sometime below 90.
PLEASE TELL ME THE WAYS TO REDUCE THIS BIAS IN ACCURACY
I have tried using dropouts, normalised the values still the validation accuracy is fluctuating a lot sometime avove 90 sometime below 90.
PLEASE TELL ME THE WAYS TO REDUCE THIS BIAS IN ACCURACY
please someone reply
Dropout is technique to reduce overfitting and thus increasing the bias.
In case, you model is not giving great results and has high bias (i.e. giving bad accuracy on both validation as well as training dataset), you should try to look at the following:
In case, during training, the error is not at all dropping in epochs. Try the following:
If the data is not sufficient: