- 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
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Jayanti
2024-12-19
To improve the accuracy of convolutional neural network you can try changing below parameters-
Hope this might solve your issue!
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!