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
Sentiment Analysis
Search
Matt Kirk
October 21, 2013
Technology
0
160
Sentiment Analysis
Talk given in Portland October 21, 2013
Matt Kirk
October 21, 2013
Tweet
Share
More Decks by Matt Kirk
See All by Matt Kirk
Overcoming Big Data Apathy
hexgnu
2
320
Other Decks in Technology
See All in Technology
Javalinの紹介
notoh
0
110
(非公式) AWS Summit Japan と 海浜幕張 の歩き方 2025年版
coosuke
PRO
1
250
AWS と定理証明 〜ポリシー言語 Cedar 開発の舞台裏〜 #fp_matsuri / FP Matsuri 2025
ytaka23
9
2.5k
白金鉱業Meetup_Vol.19_PoCはデモで語れ!顧客の本音とインサイトを引き出すソリューション構築
brainpadpr
2
350
キャディでのApache Iceberg, Trino採用事例 -Apache Iceberg and Trino Usecase in CADDi--
caddi_eng
0
120
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
5
38k
Grafana MCP serverでなんかし隊 / Try Grafana MCP server
kohbis
0
340
菸酒生在 LINE Taiwan 的後端雙刀流
line_developers_tw
PRO
0
140
Tensix Core アーキテクチャ解説
tenstorrent_japan
0
360
(新URLに移行しました)FASTと向き合うことで見えた、大規模アジャイルの難しさと楽しさ
wooootack
0
710
Digitization部 紹介資料
sansan33
PRO
1
4.2k
Create a Rails8 responsive app with Gemini and RubyLLM
palladius
0
120
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
50
8.3k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Music & Morning Musume
bryan
46
6.6k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Stop Working from a Prison Cell
hatefulcrawdad
269
20k
Building Applications with DynamoDB
mza
95
6.4k
Embracing the Ebb and Flow
colly
86
4.7k
Docker and Python
trallard
44
3.4k
Code Reviewing Like a Champion
maltzj
524
40k
Transcript
Sentiment Analysis Matthew Kirk - Modulus 7 Monday, October 21,
13
The Challenge Monday, October 21, 13
Big Data Languages Java Python R Julia Clojure Monday, October
21, 13
Ruby has tools too Monday, October 21, 13
Monday, October 21, 13
Ruby is not Complex Math Monday, October 21, 13
A Solution • Listen To Speeches • Watch Others •
Read Books and Materials Monday, October 21, 13
Sentiment Monday, October 21, 13
The Goal is to Classify Data Monday, October 21, 13
Monday, October 21, 13
Machine Learning Monday, October 21, 13
Step 1: Collect Data • https://github.com/jperla/sentiment-data • Finance • Harvard
Negative Words • Hu Liu Words (Positive / Negative) • Pang Lee Movie Reviews Monday, October 21, 13
Now What? Monday, October 21, 13
Chess Monday, October 21, 13
The Features of a Chess Piece • Color • Location
on Board • Type (Rook, Queen, Pawn...) • Material • Length • Width • Temperature Monday, October 21, 13
Linear Regression Monday, October 21, 13
Support Vector Machines Monday, October 21, 13
That’s It! Monday, October 21, 13
Oh right Sentiment Analysis Monday, October 21, 13
Features of Text Monday, October 21, 13
We will use words only Monday, October 21, 13
Monday, October 21, 13
Linear Regression has a Curse Monday, October 21, 13
Support Vector Machines • Using the example of linear support
vector machines (our chess example) we’d end up with a similar response to the clustering Monday, October 21, 13
But there’s a trick (The Kernel Trick) Monday, October 21,
13
Parameter C • Find through Cross Validation • Try all
C’s from 2^-15 to 2^15 accepting the lowest error. Monday, October 21, 13
Demonstration Play with the tool at sentiment-analyzer.heroku.com Monday, October 21,
13
Testing Monday, October 21, 13
Conclusion This is just the beginning Go learn more become
more adept at data analysis Monday, October 21, 13
QR CODE! Monday, October 21, 13
modulus7.com/svm-talk @mjkirk Monday, October 21, 13
http://en.wikipedia.org/wiki/File:Kernel_Machine.png http://rickmanelius.com/article/do-you-dread-emails Comedy Central http://en.wikipedia.org/wiki/File:Chess_board_opening_staunton.jpg Star Trek Photo Credits Monday,
October 21, 13