from DHOxSS 2015-16
Patterns in Recording -ExercisesBen Fields
View Slide
WEKA basics• Launch the WEKAApplication • Select ‘Explorer’ • Load’50_weka_class_labeled.arff’ • Select various Attributes(features)
WEKA basics• Attribute selection withregular expressions (‘.*’ isan expanding wild card) • Find all the MFCCattributes • also select ‘CLASS’ • press ‘Invert’, then‘Remove’
using a classifier• Select ‘Classify’ tab • ‘Choose’ >>‘classifiers/bayes/NaiveBayes’ • set test options to‘Cross-validation’ • press ‘Start’
putting it all together• now repeat the whole process using LPC features
Explore more files andfeatures• Load ‘training_data_after_parsing.arff’ • Classify against the CLASS mood labels using RandomForests and J48. Which performs better? Which classesare most confused?