what does it mean when my accuracy converges asymptotically?
I am training a CNN using keras. My accuracy hits 70% quickly enough, then starts converging asymptotically to about 80%. What is this a symptom of? With a normal stack-o-Dense layers, I have reached 1.000 accuracy on this data set.
Topic convergence keras
Category Data Science