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
40
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
60
Ethics, Data Science, and Public Service Media
bfields
1
49
The Case for Public Service Recommender Algorithms
bfields
0
670
Bikes are Dope
bfields
0
62
Beyond Your Reckons: from feels to facts
bfields
0
73
People who like cheese also like crackers: a learning hour on recommender systems
bfields
0
86
Auto-Summarising Beer Reviews
bfields
0
64
rMIXr: how we learned to stop worrying and love the graph
bfields
0
89
Other Decks in Technology
See All in Technology
ソフトウェアエンジニアと仕事するときに知っておいたほうが良いこと / Key points for working with software engineers
pinkumohikan
1
130
ESXi で仮想化した ARM 環境で LLM を動作させてみるぞ
unnowataru
0
140
ビジネスモデリング道場 目的と背景
masuda220
PRO
9
680
Oracle Cloud Infrastructure:2025年2月度サービス・アップデート
oracle4engineer
PRO
1
390
プロダクトエンジニア構想を立ち上げ、プロダクト志向な組織への成長を続けている話 / grow into a product-oriented organization
hiro_torii
1
310
NFV基盤のOpenStack更新 ~9世代バージョンアップへの挑戦~
vtj
0
310
偏光画像処理ライブラリを作った話
elerac
1
150
日経のデータベース事業とElasticsearch
hinatades
PRO
0
130
エンジニアリング価値を黒字化する バリューベース戦略を用いた 技術戦略策定の道のり
kzkmaeda
5
1.1k
Cloud Spanner 導入で実現した快適な開発と運用について
colopl
1
970
Potential EM 制度を始めた理由、そして2年後にやめた理由 - EMConf JP 2025
hoyo
2
1.4k
Apache Iceberg Case Study in LY Corporation
lycorptech_jp
PRO
0
200
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
52k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Testing 201, or: Great Expectations
jmmastey
42
7.2k
Statistics for Hackers
jakevdp
797
220k
Code Reviewing Like a Champion
maltzj
521
39k
How to train your dragon (web standard)
notwaldorf
91
5.9k
Building an army of robots
kneath
303
45k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.3k
Unsuck your backbone
ammeep
669
57k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
640
Raft: Consensus for Rubyists
vanstee
137
6.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
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?