Accuracy doesnot change by changing number of layers and filters.
2 ビュー (過去 30 日間)
古いコメントを表示
I am using cnn for my dataset which includes 322 grayscale images of two different sizes, 1024*1024 and 224*224. No matter how many layers I increase or decrease in my code it doesnot change it's accuracy, as it remains the same 64%. I think there is some issue in my code but it runs perfectly whenever i make changes to it. Can anybody suggest what might be wrong?
1 件のコメント
shefali saxena
2019 年 1 月 19 日
hello
I am facing same problem while training a ECG signals.
my mini batch loss is fixed at 0.69xx and accuracy at 50%.
how to increase accuracy ??
plregardsase help!!!
Thanks and regards
回答 (1 件)
BERGHOUT Tarek
2019 年 2 月 4 日
try toscale your data between (0 and 1) even thje targets and try a gain , because i faced those problems too.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Recognition, Object Detection, and Semantic Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!