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
47
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
68
Ethics, Data Science, and Public Service Media
bfields
1
70
The Case for Public Service Recommender Algorithms
bfields
0
720
Bikes are Dope
bfields
0
79
Beyond Your Reckons: from feels to facts
bfields
0
89
People who like cheese also like crackers: a learning hour on recommender systems
bfields
0
91
Auto-Summarising Beer Reviews
bfields
0
78
rMIXr: how we learned to stop worrying and love the graph
bfields
0
110
Other Decks in Technology
See All in Technology
生成AIで「お客様の声」を ストーリーに変える 新潮流「Generative ETL」
ishikawa_satoru
1
250
Railsアプリケーション開発者のためのブックガイド
takahashim
13
5.5k
GopherCon Tour 概略
logica0419
2
160
Function calling機能をPLaMo2に実装するには / PFN LLMセミナー
pfn
PRO
0
770
データエンジニアがこの先生きのこるには...?
10xinc
0
420
Goに育てられ開発者向けセキュリティ事業を立ち上げた僕が今向き合う、AI × セキュリティの最前線 / Go Conference 2025
flatt_security
0
300
Goのビルドシステムの変遷 / The history of Go's build system
ymotongpoo
12
3.5k
動画データのポテンシャルを引き出す! Databricks と AI活用への奮闘記(現在進行形)
databricksjapan
0
120
それでも私はContextに値を詰めたい | Go Conference 2025 / go conference 2025 fill context
budougumi0617
4
1k
“2件同時配達”の開発舞台裏 〜出前館PMが挑んだダブルピック実現に向けた体験設計〜
demaecan
0
160
GA technologiesでのAI-Readyの取り組み@DataOps Night
yuto16
0
240
pprof vs runtime/trace (FlightRecorder)
task4233
0
140
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
12k
Designing for humans not robots
tammielis
254
25k
A better future with KSS
kneath
239
17k
Docker and Python
trallard
46
3.6k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
570
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Raft: Consensus for Rubyists
vanstee
139
7.1k
GitHub's CSS Performance
jonrohan
1032
460k
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?