music genre classification

Some modifications should be done to achieve better performance than the previous one:

===================================================================================================

About the machine learning methods:

(1) The libsvm deal with the multiple class problem with 1-against-1, however, even though they mention that the 1-against-1 is compariable to the results of 1-against-the rest, we still want to have a try

http://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html#f419

The famous paper discuss the one-against-one and one-against-the-rest. http://www.csie.ntu.edu.tw/~cjlin/papers/multisvm.pdf

some conclusions: http://hal.inria.fr/docs/00/10/39/55/PDF/cr102875872670.pdf

For problems with few
classes, like digit recognition, the “one against all”
strategy seems significantly more accurate; while for
problems with more classes, like Latin letter recognition,
the difference of accuracy between the two strategies
seems much less significant. Lastly, for problems with a
very large number of classes, like Chinese or Japanese
ideogram recognition, we suspect that the unbalance of
the number of the samples causes problem with the “one
against all” strategy, especially when it has few training
samples per class. Moreover, the “one against one”
strategy, which is more modular, is more suitable for
speeding up the decision making process by combining
with other classifiers [15]. Furthermore, if the number of
training samples is very large, the training time can


libsvm 的FAQ: http://blog.sina.com.cn/s/blog_490236f10100042s.html

(2) Except using SVM to do classification, maybe decision tree methods could also be ustilized.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值