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
37
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
59
Ethics, Data Science, and Public Service Media
bfields
1
44
The Case for Public Service Recommender Algorithms
bfields
0
630
Bikes are Dope
bfields
0
60
Beyond Your Reckons: from feels to facts
bfields
0
70
People who like cheese also like crackers: a learning hour on recommender systems
bfields
0
86
Auto-Summarising Beer Reviews
bfields
0
63
rMIXr: how we learned to stop worrying and love the graph
bfields
0
88
Other Decks in Technology
See All in Technology
CysharpのOSS群から見るModern C#の現在地
neuecc
2
3.4k
適材適所の技術選定 〜GraphQL・REST API・tRPC〜 / Optimal Technology Selection
kakehashi
1
670
飲食店データの分析事例とそれを支えるデータ基盤
kimujun
0
110
rootlessコンテナのすゝめ - 研究室サーバーでもできる安全なコンテナ管理
kitsuya0828
3
390
マルチプロダクトな開発組織で 「開発生産性」に向き合うために試みたこと / Improving Multi-Product Dev Productivity
sugamasao
1
310
Making your applications cross-environment - OSCG 2024 NA
salaboy
0
190
なぜ今 AI Agent なのか _近藤憲児
kenjikondobai
4
1.4k
SREによる隣接領域への越境とその先の信頼性
shonansurvivors
2
520
B2B SaaSから見た最近のC#/.NETの進化
sansantech
PRO
0
860
Security-JAWS【第35回】勉強会クラウドにおけるマルウェアやコンテンツ改ざんへの対策
4su_para
0
180
EventHub Startup CTO of the year 2024 ピッチ資料
eventhub
0
120
DynamoDB でスロットリングが発生したとき/when_throttling_occurs_in_dynamodb_short
emiki
0
240
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
364
24k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
Designing for Performance
lara
604
68k
What's in a price? How to price your products and services
michaelherold
243
12k
Keith and Marios Guide to Fast Websites
keithpitt
409
22k
Documentation Writing (for coders)
carmenintech
65
4.4k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
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?