Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Exercises for Patterns in Recordings
Search
Ben Fields
July 05, 2016
Technology
0
44
Exercises for Patterns in Recordings
from DHOxSS 2015-16
Ben Fields
July 05, 2016
Tweet
Share
More Decks by Ben Fields
See All by Ben Fields
People in the loop machine learning: A case Study in news similarity
bfields
0
140
Human-centric evaluation of similarity spaces of news articles
bfields
2
63
Ethics, Data Science, and Public Service Media
bfields
1
58
The Case for Public Service Recommender Algorithms
bfields
0
720
Bikes are Dope
bfields
0
70
Beyond Your Reckons: from feels to facts
bfields
0
81
People who like cheese also like crackers: a learning hour on recommender systems
bfields
0
90
Auto-Summarising Beer Reviews
bfields
0
74
rMIXr: how we learned to stop worrying and love the graph
bfields
0
110
Other Decks in Technology
See All in Technology
Contributing to Rails? Start with the Gems You Already Use
yahonda
2
110
Enhancing SaaS Product Reliability and Release Velocity through Optimized Testing Approach
ropqa
1
240
AIエージェントが書くのなら直接CloudFormationを書かせればいいじゃないですか何故AWS CDKを使う必要があるのさ
watany
9
2.2k
オフィスビルを監視しよう:フィジカル×デジタルにまたがるSLI/SLO設計と運用の難しさ / Monitoring Office Buildings: The Challenge of Physical-Digital SLI/SLO Design & Operation
bitkey
1
120
Rethinking Incident Response: Context-Aware AI in Practice
rrreeeyyy
1
130
AWS CDKの仕組み / how-aws-cdk-works
gotok365
8
290
What’s new in Android development tools
yanzm
0
460
改めてAWS WAFを振り返る~業務で使うためのポイント~
masakiokuda
2
300
衛星運用をソフトウェアエンジニアに依頼したときにできあがるもの
sankichi92
1
160
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
970
Reach American Airlines®️ Instantly: 19 Calling Methods for Fast Support in the USA
flyamerican
1
180
面倒な作業はAIにおまかせ。Flutter開発をスマートに効率化
ruideengineer
0
390
Featured
See All Featured
BBQ
matthewcrist
89
9.7k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Documentation Writing (for coders)
carmenintech
72
4.9k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
The Invisible Side of Design
smashingmag
301
51k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Being A Developer After 40
akosma
90
590k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Producing Creativity
orderedlist
PRO
346
40k
Become a Pro
speakerdeck
PRO
29
5.4k
Thoughts on Productivity
jonyablonski
69
4.7k
Typedesign – Prime Four
hannesfritz
42
2.7k
Transcript
Patterns in Recording - Exercises Ben Fields
WEKA basics • Launch the WEKA Application • Select ‘Explorer’
• Load ’50_weka_class_labeled.arff’ • Select various Attributes (features)
WEKA basics • Attribute selection with regular expressions (‘.*’ is
an expanding wild card) • Find all the MFCC attributes • 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 and features • Load ‘training_data_after_parsing.arff’ • Classify
against the CLASS mood labels using Random Forests and J48. Which performs better? Which classes are most confused?