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
41
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
130
Human-centric evaluation of similarity spaces of news articles
bfields
2
61
Ethics, Data Science, and Public Service Media
bfields
1
50
The Case for Public Service Recommender Algorithms
bfields
0
690
Bikes are Dope
bfields
0
62
Beyond Your Reckons: from feels to facts
bfields
0
76
People who like cheese also like crackers: a learning hour on recommender systems
bfields
0
86
Auto-Summarising Beer Reviews
bfields
0
64
rMIXr: how we learned to stop worrying and love the graph
bfields
0
90
Other Decks in Technology
See All in Technology
AIエージェント完全に理解した
segavvy
4
290
Go の analysis パッケージで自作するリファクタリングツール
kworkdev
PRO
1
430
ひまプロプレゼンツ 「エンジニア格付けチェック 〜春の公開収録スペシャル〜」
kaaaichi
0
160
LINEギフトのLINEミニアプリアクセシビリティ改善事例
lycorptech_jp
PRO
0
300
チームビルディング「脅威モデリング」ワークショップ
koheiyoshikawa
0
160
AIエージェントキャッチアップと論文リサーチ
os1ma
6
1.3k
Go製のマイグレーションツールの git-schemalex の紹介と運用方法
shinnosuke_kishida
1
420
OCI見積もり入門セミナー
oracle4engineer
PRO
0
120
問題解決に役立つ数理工学
recruitengineers
PRO
8
2.3k
Tirez profit de Messenger pour améliorer votre architecture
tucksaun
1
160
「家族アルバム みてね」を支えるS3ライフサイクル戦略
fanglang
2
300
コード品質向上で得られる効果と実践的取り組み
ham0215
2
210
Featured
See All Featured
A designer walks into a library…
pauljervisheath
205
24k
Facilitating Awesome Meetings
lara
53
6.3k
Building Applications with DynamoDB
mza
94
6.3k
Gamification - CAS2011
davidbonilla
81
5.2k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Practical Orchestrator
shlominoach
186
10k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.4k
Designing for humans not robots
tammielis
251
25k
Designing for Performance
lara
606
69k
The Language of Interfaces
destraynor
157
24k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
25k
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?