Python Forum
CNN Speech Classification - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: CNN Speech Classification (/thread-23002.html)



CNN Speech Classification - Mitchie87 - Dec-06-2019

Hi All,

I have build a cnn model that classifies Englisch words based on wav. files as input. I have some question regarding to the output of the model. The validation accuracy of the model is quite low, the model seems to overfit. However, the training accuracy is changing with different epochs. Although the validation accuracy isn't changing at all. Anyone would can help me with this issue?

Thanks in advance.

[Image: nLM7BH5]
This picture shows the problem.

The validation accuracy keep on this over 1000 epochs..