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
43
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
76
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
96
Other Decks in Technology
See All in Technology
組織とセキュリティ文化と、自分の一歩
maimyyym
3
1.3k
Houtou.pm #1
papix
0
970
これでバッチリ!Azure マルチテナントアーキテクチャ設計のコツ/jat06
thara0402
0
150
Data Hubグループ 紹介資料
sansan33
PRO
0
1.8k
障害を回避するHttpClient再入門 / Avoiding Failures HttpClient Reintroduction
uskey512
1
390
GitHub Copilot Use Cases at ZOZO
horie1024
1
290
SwiftUI Transaction を徹底活用!ZOZOTOWN UI開発での活用事例
tsuzuki817
1
110
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間
oracle4engineer
PRO
48
32k
libsyncrpcってなに?
uhyo
0
230
おれのAI活用の現状とこれから
tsukasagr
0
110
Machine Intelligence for Vision, Language, and Actions
keio_smilab
PRO
0
530
S3 Tables を図解でやさしくおさらい~基本から QuickSight 連携まで/s3-tables-illustrated-basics-quicksight
emiki
2
370
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
298
21k
Build The Right Thing And Hit Your Dates
maggiecrowley
35
2.7k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Speed Design
sergeychernyshev
30
970
The Invisible Side of Design
smashingmag
299
50k
Embracing the Ebb and Flow
colly
85
4.7k
The Power of CSS Pseudo Elements
geoffreycrofte
76
5.8k
How to train your dragon (web standard)
notwaldorf
92
6.1k
Visualization
eitanlees
146
16k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
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?