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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Ben Fields
July 05, 2016
Technology
0
57
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
170
Human-centric evaluation of similarity spaces of news articles
bfields
2
83
Ethics, Data Science, and Public Service Media
bfields
1
95
The Case for Public Service Recommender Algorithms
bfields
0
800
Bikes are Dope
bfields
0
98
Beyond Your Reckons: from feels to facts
bfields
0
100
People who like cheese also like crackers: a learning hour on recommender systems
bfields
0
110
Auto-Summarising Beer Reviews
bfields
0
97
rMIXr: how we learned to stop worrying and love the graph
bfields
0
120
Other Decks in Technology
See All in Technology
Claude Code Skills 勉強会 (DevelersIO向けに調整済み) / claude code skills for devio
masahirokawahara
1
22k
2026-03-11 JAWS-UG 茨城 #12 改めてALBを便利に使う
masasuzu
2
390
JAWS FESTA 2025でリリースしたほぼリアルタイム文字起こし/翻訳機能の構成について
naoki8408
1
610
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
540
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
2
13k
プラットフォームエンジニアリングはAI時代の開発者をどう救うのか
jacopen
6
3.6k
CyberAgentの生成AI戦略 〜変わるものと変わらないもの〜
katayan
0
240
[E2]CCoEはAI指揮官へ。Bedrock×MCPで構築するコスト・セキュリティ自律運用基盤
taku1418
0
180
JAWS Days 2026 楽しく学ぼう! 認証認可 入門/20260307-jaws-days-novice-lane-auth
opelab
11
2.3k
組織全体で実現する標準監視設計
yuobayashi
3
490
[JAWSDAYS2026]Who is responsible for IAM
mizukibbb
0
750
JAWSDAYS2026 [C02] 楽しく学ぼう!AWSとは?AWSの歴史 入門
hiragahh
0
160
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.3k
The agentic SEO stack - context over prompts
schlessera
0
700
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
Prompt Engineering for Job Search
mfonobong
0
190
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
160
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
860
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?