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
Distributed Systems
Search
Albert Bifet
August 25, 2012
Research
1
240
Distributed Systems
Albert Bifet
August 25, 2012
Tweet
Share
More Decks by Albert Bifet
See All by Albert Bifet
Frequent Pattern Mining
abifet
1
210
Regression
abifet
0
220
Evaluation
abifet
1
180
Stream Algorithmics
abifet
1
320
Introduction to Data Stream Mining
abifet
1
200
Clustering
abifet
2
250
Ensemble Methods
abifet
0
190
Classification
abifet
0
290
Concept Drift
abifet
0
330
Other Decks in Research
See All in Research
さんかくのテスト.pdf
sankaku0724
0
570
QGISハンズオン事に質問のあったProjectのGeoPackageへの保存方法についての、補足の資料です。
wata909
0
100
ベイズ的方法に基づく統計的因果推論の基礎
holyshun
0
650
情報処理学会関西支部2024年度定期講演会「自然言語処理と大規模言語モデルの基礎」
ksudoh
10
2.2k
CoRL2024サーベイ
rpc
1
1.2k
Weekly AI Agents News!
masatoto
29
40k
20240918 交通くまもとーく 未来の鉄道網編(こねくま)
trafficbrain
0
350
2024/10/30 産総研AIセミナー発表資料
keisuke198619
1
380
第79回 産総研人工知能セミナー 発表資料
agiats
2
180
20240918 交通くまもとーく 未来の鉄道網編(太田恒平)
trafficbrain
0
380
リモートワークにおけるパッシブ疲労
matsumoto_r
PRO
6
4.5k
CVPR2024 参加報告
kwchrk
0
130
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
427
64k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
A Modern Web Designer's Workflow
chriscoyier
693
190k
BBQ
matthewcrist
85
9.4k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
The Invisible Side of Design
smashingmag
299
50k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
920
Fireside Chat
paigeccino
34
3.1k
Faster Mobile Websites
deanohume
305
30k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Transcript
Distributed Streaming Albert Bifet May 2012
COMP423A/COMP523A Data Stream Mining Outline 1. Introduction 2. Stream Algorithmics
3. Concept drift 4. Evaluation 5. Classification 6. Ensemble Methods 7. Regression 8. Clustering 9. Frequent Pattern Mining 10. Distributed Streaming
Data Streams Big Data & Real Time
Distributed Systems Hadoop, S4 and Storm
Hadoop Hadoop
Hadoop Hadoop architecture
Apache Mahout Mahout: open source framework
Pig Pig: Similar to SQL
Pig A = LOAD ’data’ USING PigStorage() AS (f1:int, f2:int,
f3:int); B = GROUP A BY f1; C = FOREACH B GENERATE COUNT ($0); DUMP C; Pig: Similar to SQL
Apache S4 Apache S4
Apache S4
Storm Storm from Twitter
Storm Stream, Spout, Bolt, Topology