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
270
Distributed Systems
Albert Bifet
August 25, 2012
Tweet
Share
More Decks by Albert Bifet
See All by Albert Bifet
Frequent Pattern Mining
abifet
1
240
Regression
abifet
0
260
Evaluation
abifet
1
220
Stream Algorithmics
abifet
1
370
Introduction to Data Stream Mining
abifet
1
240
Clustering
abifet
2
290
Ensemble Methods
abifet
0
250
Classification
abifet
0
330
Concept Drift
abifet
0
380
Other Decks in Research
See All in Research
NLP2025SharedTask翻訳部門
moriokataku
0
290
Google Agent Development Kit (ADK) 入門 🚀
mickey_kubo
2
720
言語モデルによるAI創薬の進展 / Advancements in AI-Driven Drug Discovery Using Language Models
tsurubee
2
360
Pix2Poly: A Sequence Prediction Method for End-to-end Polygonal Building Footprint Extraction from Remote Sensing Imagery
satai
3
400
VAGeo: View-specific Attention for Cross-View Object Geo-Localization
satai
3
310
利用シーンを意識した推薦システム〜SpotifyとAmazonの事例から〜
kuri8ive
1
200
AIによる画像認識技術の進化 -25年の技術変遷を振り返る-
hf149
6
3.1k
言語モデルの内部機序:解析と解釈
eumesy
PRO
43
17k
EarthMarker: A Visual Prompting Multimodal Large Language Model for Remote Sensing
satai
3
270
さくらインターネット研究所 アップデート2025年
matsumoto_r
PRO
0
610
Self-supervised audiovisual representation learning for remote sensing data
satai
3
200
自然由来エネルギーの揺らぎによるワークロード移動を想定した超個体データセンターシステムの検討進捗状況
kikuzo
0
130
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Site-Speed That Sticks
csswizardry
10
620
BBQ
matthewcrist
89
9.7k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Visualization
eitanlees
146
16k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Become a Pro
speakerdeck
PRO
28
5.4k
Practical Orchestrator
shlominoach
188
11k
Speed Design
sergeychernyshev
30
980
Why Our Code Smells
bkeepers
PRO
337
57k
Statistics for Hackers
jakevdp
799
220k
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