I created a simple neural network and obtained this type of accuracy graph in the Keras Learner Node.
Is there a reason why the accuracy can drop so fast suddenly this way? There are about 12,000 images in the dataset and the batch size is 32.
@June good to see that the bigger batch size solved the problem with the dropping accuracy. To reach a higher accuracy you probably need to optimize the network structure.
What kind of problem are you trying to solve?
What kind of network structure are you using currently?
Are you using a pertained network as starting point?