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
46
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
150
Human-centric evaluation of similarity spaces of news articles
bfields
2
65
Ethics, Data Science, and Public Service Media
bfields
1
64
The Case for Public Service Recommender Algorithms
bfields
0
720
Bikes are Dope
bfields
0
74
Beyond Your Reckons: from feels to facts
bfields
0
83
People who like cheese also like crackers: a learning hour on recommender systems
bfields
0
90
Auto-Summarising Beer Reviews
bfields
0
75
rMIXr: how we learned to stop worrying and love the graph
bfields
0
110
Other Decks in Technology
See All in Technology
バクラクによるコーポレート業務の自動運転 #BetAIDay
layerx
PRO
1
950
React Server ComponentsでAPI不要の開発体験
polidog
PRO
0
260
UDDのススメ - 拡張版 -
maguroalternative
1
550
生成AIによるソフトウェア開発の収束地点 - Hack Fes 2025
vaaaaanquish
31
13k
Telemetry APIから学ぶGoogle Cloud ObservabilityとOpenTelemetryの現在 / getting-started-telemetry-api-with-google-cloud
k6s4i53rx
0
150
人に寄り添うAIエージェントとアーキテクチャ #BetAIDay
layerx
PRO
9
2.2k
生成AI導入の効果を最大化する データ活用戦略
ham0215
0
160
LLMで構造化出力の成功率をグンと上げる方法
keisuketakiguchi
0
840
Amazon Inspector コードセキュリティで手軽に実現するシフトレフト
maimyyym
0
110
20250807_Kiroと私の反省会
riz3f7
0
230
AI関数が早くなったので試してみよう
kumakura
0
290
相互運用可能な学修歴クレデンシャルに向けた標準技術と国際動向
fujie
0
250
Featured
See All Featured
Site-Speed That Sticks
csswizardry
10
770
Side Projects
sachag
455
43k
RailsConf 2023
tenderlove
30
1.2k
Building Applications with DynamoDB
mza
96
6.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Why Our Code Smells
bkeepers
PRO
337
57k
Designing for humans not robots
tammielis
253
25k
It's Worth the Effort
3n
185
28k
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
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?