Accuracy doesnot change by changing number of layers and filters.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
shefali saxena
le 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
Réponses (1)
BERGHOUT Tarek
le 4 Fév 2019
try toscale your data between (0 and 1) even thje targets and try a gain , because i faced those problems too.
0 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!