How to improve the accuracy of convolutional network

14 次查看(过去 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.

采纳的回答

Jayanti
Jayanti 2024-12-19,5:44
To improve the accuracy of convolutional neural network you can try changing below parameters-
  1. Try increasing the MaxEpochs value. This will allow the network more time to learn from the data.
  2. Experiment with different MiniBatchSize values.
  3. The current learning rate is quite low. Try increasing it to see if the model is learning more effectively.
  4. You can experiment with the depth of architecture by adding few more layers and adjusting the dropout rate.
Hope this might solve your issue!
  1 个评论
NGR MNFD
NGR MNFD 2024-12-23,11:18
Hello..
Thanks for the advice. What are the suggested numbers for each of the parameters in your opinion?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by