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
50
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
160
Human-centric evaluation of similarity spaces of news articles
bfields
2
78
Ethics, Data Science, and Public Service Media
bfields
1
76
The Case for Public Service Recommender Algorithms
bfields
0
770
Bikes are Dope
bfields
0
84
Beyond Your Reckons: from feels to facts
bfields
0
91
People who like cheese also like crackers: a learning hour on recommender systems
bfields
0
97
Auto-Summarising Beer Reviews
bfields
0
80
rMIXr: how we learned to stop worrying and love the graph
bfields
0
110
Other Decks in Technology
See All in Technology
[JDDStudy #10] 社内Agent勉強会の取り組み紹介
yp_genzitsu
1
130
Claude Code 10連ガチャ
uhyo
3
650
3年ぶりの re:Invent 今年の意気込みと前回の振り返り
kazzpapa3
0
200
AI時代におけるドメイン駆動設計 入門 / Introduction to Domain-Driven Design in the AI Era
fendo181
0
660
Black Hat USA 2025 Recap ~ クラウドセキュリティ編 ~
kyohmizu
0
510
開発者が知っておきたい複雑さの正体/where-the-complexity-comes-from
hanhan1978
6
2.4k
クレジットカードの不正を防止する技術
yutadayo
13
6.4k
Lazy Constant - finalフィールドの遅延初期化
skrb
0
120
エンジニアにとってコードと並んで重要な「データ」のお話 - データが動くとコードが見える:関数型=データフロー入門
ismk
0
450
re:Invent完全攻略ガイド
junjikoide
1
260
設計は最強のプロンプト - AI時代に武器にすべきスキルとは?-
kenichirokimura
1
350
AWS IAM Identity Centerによる権限設定をグラフ構造で可視化+グラフRAGへの挑戦
ykimi
2
710
Featured
See All Featured
Designing for Performance
lara
610
69k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
How to train your dragon (web standard)
notwaldorf
97
6.4k
Why You Should Never Use an ORM
jnunemaker
PRO
60
9.6k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Testing 201, or: Great Expectations
jmmastey
46
7.8k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
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?