- Try increasing the “MaxEpochs” value. This will allow the network more time to learn from the data.
- Experiment with different “MiniBatchSize” values.
- The current “learning rate” is quite low. Try increasing it to see if the model is learning more effectively.
- You can experiment with the depth of architecture by adding few more layers and adjusting the dropout rate.
How to improve the accuracy of convolutional network
22 views (last 30 days)
Show older comments
Hello. Good morning. Given the Matlab code I wrote, how can I improve the accuracy of the convolutional network? What parameters should I change? Unfortunately, the accuracy is a flat line at 34% at 100 epochs. What points should I pay attention to? Thank you for your guidance.
0 Comments
Accepted Answer
Jayanti
on 19 Dec 2024 at 5:44
To improve the accuracy of convolutional neural network you can try changing below parameters-
Hope this might solve your issue!
More Answers (0)
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!