- Make sure that all the classes have equal number of observations.
- Check how trainNetwork uses an augmented image datastore to transform training data for each epoch: Augment Images for Training with Random Geometric Transformations. Then try training the network with augmentedImageDatastore for more epochs.
- Try changing the network architecture itself if there is no improvement in the accuracy when augmentedImageDatastore is used. You can refer to Choose Network Architecture.
- Try Using dropout layers & increasing global L2 regularization factor in new architecture. For more information, see dropoutLayer & 'L2Regularization' option in trainingOptions.
Mini batch accuracy in toggling between two values and settled in 75 percent. Please provide some suggestions to increase the accuracy and also not getting good testing accuracy.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Chandran Venkatesan
el 25 de Sept. de 2020
Respondida: Srivardhan Gadila
el 30 de Sept. de 2020
0 comentarios
Respuestas (1)
Srivardhan Gadila
el 30 de Sept. de 2020
The following are few suggestions:
0 comentarios
Ver también
Categorías
Más información sobre Image Data Workflows en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!