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
Deep Learning Talk - Saverin
Search
Yasser Souri
May 09, 2016
Technology
0
69
Deep Learning Talk - Saverin
Deep Learning Introduction Talk @ Saverin
Yasser Souri
May 09, 2016
Tweet
Share
More Decks by Yasser Souri
See All by Yasser Souri
Intro to Variational AutoEncoder
yassersouri
0
65
Deep Relative Attribute
yassersouri
1
62
Fine-grained Image Classification
yassersouri
1
84
Image Classification Intro
yassersouri
1
170
Real-time tracking of sports pitch markings
yassersouri
1
50
Ensemble of Exemplar-SVMs for Object Detection and Beyond
yassersouri
0
160
Other Decks in Technology
See All in Technology
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
530
vLLM Community Meetup Tokyo #3 オープニングトーク
jpishikawa
0
310
堅牢.py#2 LT資料
t3tra
0
110
Dr. Werner Vogelsの14年のキーノートから紐解くエンジニアリング組織への処方箋@JAWS DAYS 2026
p0n
1
130
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
7
1.4k
楽しく学ぼう!ネットワーク入門
shotashiratori
3
2.5k
製造業ドメインにおける LLMプロダクト構築: 複雑な文脈へのアプローチ
caddi_eng
1
550
マルチプレーンGPUネットワークを実現するシャッフルアーキテクチャの整理と考察
markunet
2
230
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
150
[JAWS DAYS 2026]私の AWS DevOps Agent 推しポイント
furuton
0
140
組織全体で実現する標準監視設計
yuobayashi
2
480
ナレッジワークのご紹介(第88回情報処理学会 )
kworkdev
PRO
0
170
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
300
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
Unsuck your backbone
ammeep
672
58k
A Modern Web Designer's Workflow
chriscoyier
698
190k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
2
250
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
410
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Color Theory Basics | Prateek | Gurzu
gurzu
0
240
From π to Pie charts
rasagy
0
150
Discover your Explorer Soul
emna__ayadi
2
1.1k
Transcript
Deep Learning Yasser Souri - Alireza Nourian http://sobhe.ir
Have you ever heard of ... Neural Networks
Have you ever heard of ... Deep Learning
Who is he?
Who is he? Jeff Dean, Google
Jeff Dean Creator of Map Reduce, Big Table, Google Crawler
Jeff Dean Creator of Map Reduce, Big Table, Google Crawler
Google Ads, Google Translator, ...
Jeff Dean Facts Compilers don't warn Jeff Dean. Jeff Dean
warns compilers.
Jeff Dean’s Calculator
Jeff Dean’s Current Role Google Brain
DeepMind In 2014, Google acquired DeepMind (a team of ~50)
for ~$ 500 million. And facebook wanted to buy them also.
What is Machine Learning? Problem 1: Given a sequence of
numbers, sort them
What is Machine Learning? Problem 1: Given a sequence of
Farsi characters, output Pinglish
What is Machine Learning? Problem 3: Give a grayscale 28x28
pixel image, identify what number it is.
What is Machine Learning? Problem 3: Give a grayscale 28x28
pixel image, identify what number it is.
What is Machine Learning? x f(x) y Classic
What is Machine Learning? x f(x) y g(x) y’ h(x)
y” Classic
How to Solve Machine Learning Problems Data = (x, y)
Classic
How to Solve Machine Learning Problems Data = (x, y)
y = f(x) Classic (x, y) f(x)
How to Solve Machine Learning Problems Data = (x, y)
y = f(x) Learn the parameters Classic (x, y) f(x; w)
How to Solve Machine Learning Problems Data = (x, y)
y = f(x) Learn the parameters Can x be the raw pixels? Classic (x, y) f(x; w) Features
How to Solve Machine Learning Problems Data = (x, y)
y = f(x) Learn the parameters Can x be the raw pixels? Classic (x, y) f(x; w) Features O(#features) ~ O(#parameters)
Machine Learning Demo http://playground.tensorflow.org/ Classic
Deep Learning Basics Learn from raw data y = f(g(h(
… (x) ))) Deep
Deep Learning Learn from raw data Number of parameters are
much larger y = f(g(h( … (x) ))) Deep
Deep Learning Learn from raw data Number of parameters are
much larger You need more data to learn y = f(g(h( … (x) ))) Deep
Problems being solved with deep learning Deep
Problems being solved with deep learning Deep
One to one: Image Classification Deep
One to one: Image Classification Deep
Problems being solved with deep learning
One to Many: Image Captioning Describing Images:
Fun With ConvNets Describing Images:
Problems being solved with deep learning
May to One: Generating Images Generating Images:
May to One: Generating Images Generating Images:
Problems being solved with deep learning
Statistical Machine Translation
End-to-End Neural Machine Translation (1) Hirschberg, J. & Manning, C.
D. Advances in natural language processing, Science, 2015, 349, 261-266
None
Learning to Execute
Deep Reinforcement Learning
Demo Videos https://www.youtube.com/watch?v=ePv0Fs9cGgU https://www.youtube.com/watch?v=Q70ulPJW3Gk
Fun With ConvNets Modifying images:
Fun With ConvNets Style transfer:
Fun With ConvNets Style transfer:
Fun With ConvNets Colorization:
Fun With ConvNets Colorization:
Fun With ConvNets Colorization:
Fun With ConvNets Colorization:
Fun With ConvNets Colorization:
Fun With ConvNets Colorization:
Fun With ConvNets Colorization:
Growing Use of Deep Learning at Google Jeff Dean &
Oriol Vinyals, “ Large Scale Distributed Systems for Training Neural Networ”, NIPS 2015.
Deep Learning Tools