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
62
Ethics, Data Science, and Public Service Media
bfields
1
56
The Case for Public Service Recommender Algorithms
bfields
0
710
Bikes are Dope
bfields
0
65
Beyond Your Reckons: from feels to facts
bfields
0
77
People who like cheese also like crackers: a learning hour on recommender systems
bfields
0
88
Auto-Summarising Beer Reviews
bfields
0
72
rMIXr: how we learned to stop worrying and love the graph
bfields
0
97
Other Decks in Technology
See All in Technology
Snowflake Intelligenceで実現できるノーコードAI活用
takumimukaiyama
1
200
OpenTelemetry Collector internals
ymotongpoo
5
530
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
370k
脅威をモデリングしてMCPのセキュリティ対策を考えよう
flatt_security
4
1.5k
Workflows から Agents へ ~ 生成 AI アプリの成長過程とアプローチ~
belongadmin
2
140
Kotlinで学ぶ 代数的データ型
ysknsid25
5
1.1k
型システムを知りたい人のための型検査器作成入門
mame
14
3.6k
堅牢な認証基盤の実現 TypeScriptで代数的データ型を活用する
kakehashi
PRO
1
210
産業機械をElixirで制御する
kikuyuta
0
150
Monorepo Error Management: Automated Runbooks and Team-Targeted Alert Distribution
biwashi
1
180
基調講演: 生成AIを活用したアプリケーションの開発手法とは?
asei
1
120
エンジニア採用から始まる技術広報と組織づくり/202506lt
nishiuma
8
1.6k
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
337
57k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
The World Runs on Bad Software
bkeepers
PRO
68
11k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Gamification - CAS2011
davidbonilla
81
5.3k
Become a Pro
speakerdeck
PRO
28
5.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Practical Orchestrator
shlominoach
188
11k
Code Review Best Practice
trishagee
68
18k
It's Worth the Effort
3n
184
28k
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?