Python Forum

Full Version: CNN Speech Classification
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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..