SVM for one Vs all acoustic signal classification

╄→尐↘猪︶ㄣ 提交于 2019-12-11 12:09:40

问题


My aim is to classify an impulsive audio signal as whether it is a gunshot or not a gunshot. I am trying to detect the gunshot event in MATLAB using svmtrain and svmclassify functions. To evaluate the accuracy of classification, the balloon burst and clapping signal are used as different classes. While accuracy of differnetiating between gunshot and either of the two classes is good, the differentiation between gunshot and combined baloon+clap signal is poor.

Please guide how may I use SVM to classify between gunshot and non-gunshot signals?

If SVM is not a good classifier what else may I try to achieve the goal

Solution-1: Classification after implementing RBF Kernel in svmclassify().

Solution-2: Classification score using predict()


回答1:


Simply apply non-linear SVM to discriminate between these classes. RBF kernel should do the trick.



来源:https://stackoverflow.com/questions/31602848/svm-for-one-vs-all-acoustic-signal-classification

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!