Accuracy doesnot change by changing number of layers and filters.

2 views (last 30 days)
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 Comment
shefali saxena
shefali saxena on 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

Sign in to comment.

Answers (1)

BERGHOUT Tarek
BERGHOUT Tarek on 4 Feb 2019
try toscale your data between (0 and 1) even thje targets and try a gain , because i faced those problems too.

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!