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
Intro to ConvNets: The backbone of modern compu...
Search
Tryolabs
April 10, 2019
Technology
0
1.9k
Intro to ConvNets: The backbone of modern computer vision
Tryolabs
April 10, 2019
Tweet
Share
More Decks by Tryolabs
See All by Tryolabs
An Introduction to Machine Learning and How to Teach Machines to See
tryolabs
0
1.8k
Tryolabs Workshop: Object Detection with Deep Learning
tryolabs
0
370
PyImageConf Workshop: Object Detection with Deep Learning
tryolabs
0
250
Introduction to Object Detection - PyCon APAC 2018
tryolabs
0
2.3k
Building an Object Detection toolkit with TensorFlow (ODSC West 2017)
tryolabs
1
2k
Building an Object Detection toolkit with TensorFlow (PyLadies Meetup)
tryolabs
1
400
Building an Object Detection toolkit with TensorFlow (ODSC Europe 2017)
tryolabs
1
210
Tryolabs Working Trip NYC 2017 in pictures.
tryolabs
0
1.3k
Machine Learning 101 - Tryolabs
tryolabs
0
200
Other Decks in Technology
See All in Technology
駆け出しリーダーとしての第一歩〜開発チームとの新しい関わり方〜 / Beginning Journey as Team Leader
kaonavi
0
130
深層学習と3Dキャプチャ・3Dモデル生成(土木学会応用力学委員会 応用数理・AIセミナー)
pfn
PRO
0
460
0→1事業こそPMは営業すべし / pmconf #落選お披露目 / PM should do sales in zero to one
roki_n_
PRO
1
1.6k
コロプラのオンボーディングを採用から語りたい
colopl
5
1.3k
Alignment and Autonomy in Cybozu - 300人の開発組織でアラインメントと自律性を両立させるアジャイルな組織運営 / RSGT2025
ama_ch
1
2.4k
自社 200 記事を元に整理した読みやすいテックブログを書くための Tips 集
masakihirose
2
340
今から、 今だからこそ始める Terraform で Azure 管理 / Managing Azure with Terraform: The Perfect Time to Start
nnstt1
0
240
TSのコードをRustで書き直した話
askua
3
280
Git scrapingで始める継続的なデータ追跡 / Git Scraping
ohbarye
5
500
WantedlyでのKotlin Multiplatformの導入と課題 / Kotlin Multiplatform Implementation and Challenges at Wantedly
kubode
0
250
【Oracle Cloud ウェビナー】2025年のセキュリティ脅威を読み解く:リスクに備えるためのレジリエンスとデータ保護
oracle4engineer
PRO
1
100
商品レコメンドでのexplicit negative feedbackの活用
alpicola
2
370
Featured
See All Featured
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Measuring & Analyzing Core Web Vitals
bluesmoon
5
210
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.5k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.5k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
It's Worth the Effort
3n
183
28k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Visualization
eitanlees
146
15k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
500
Site-Speed That Sticks
csswizardry
3
270
Transcript
The backbone of modern computer vision Intro to ConvNets
2
3 =
4
Convolutional Network
6 ⊙ = Σ input output kernel
7 input output ⊙ = kernel Σ
8 input output = kernel Σ ⊙
9 input output ⊙ = kernel Σ
10 kernel input output
11
12 Optimization Label: Bird ConvNet Loss Function Prediction: Cat
13 Optimization ConvNet Prediction: Bird Loss Function Label: Bird
14 Non-linear function from: wikipedia.org Sigmoid Function
15 Pooling operation from: computersciencewiki.org
16
17 Conv layer Non-linear function Convolution & Non-linear function &
Pooling Pooling Conv layer Non-linear function Pooling Conv layer Non-linear function
18 AlexNet (2012)
Thanks!