Accuracy doesnot change by changing number of layers and filters.
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
shefali saxena
am 19 Jan. 2019
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
Antworten (1)
BERGHOUT Tarek
am 4 Feb. 2019
try toscale your data between (0 and 1) even thje targets and try a gain , because i faced those problems too.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!